We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb19fd commit d443046Copy full SHA for d443046
1 file changed
Makefile
@@ -8,7 +8,7 @@ MAIN_PACKAGE = ./cmd
8
9
GO := go
10
11
-src = $(wildcard *.go */*.go */*/*.go) go.mod go.sum
+src = $(wildcard *.go */*.go */*/*.go) go.mod
12
13
native: bin-native
14
all: bin-linux-amd64 bin-linux-386 bin-linux-arm bin-linux-arm64 \
0 commit comments