summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df8a0c0..9b9d24f 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ GO?=go
GOFLAGS?=
LDFLAGS+=-X main.Version=$(VERSION)
-GOSRC:=$(shell find * -name '*.go')
+GOSRC!=find * -name '*.go'
GOSRC+=go.mod go.sum
DOCS := \