Skip to content

Commit 466a2ca

Browse files
committed
Makefile: consider go.mod and go.sum a source depencency
1 parent a27e37d commit 466a2ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NDK_CC_ARM64 = $(abspath ../../ndk-toolchain-arm64/bin/aarch64-linux-android21-c
1010

1111
GO := go
1212

13-
src = $(wildcard *.go)
13+
src = $(wildcard *.go) go.mod go.sum
1414

1515
native: bin-native
1616
all: bin-linux-amd64 bin-linux-386 bin-linux-arm \

0 commit comments

Comments
 (0)