We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27e37d commit 466a2caCopy full SHA for 466a2ca
1 file changed
Makefile
@@ -10,7 +10,7 @@ NDK_CC_ARM64 = $(abspath ../../ndk-toolchain-arm64/bin/aarch64-linux-android21-c
10
11
GO := go
12
13
-src = $(wildcard *.go)
+src = $(wildcard *.go) go.mod go.sum
14
15
native: bin-native
16
all: bin-linux-amd64 bin-linux-386 bin-linux-arm \
0 commit comments