We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7013432 commit cd0ce9fCopy full SHA for cd0ce9f
Makefile
@@ -86,6 +86,7 @@ install: $(wildcard *.go)
86
.PHONY: build
87
build: $(EXECUTABLE)
88
89
+.PHONY: $(EXECUTABLE)
90
$(EXECUTABLE): $(wildcard *.go)
91
go build -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@
92
0 commit comments