We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc6926 commit 822bef2Copy full SHA for 822bef2
Makefile
@@ -86,9 +86,9 @@ install: $(wildcard *.go)
86
go install -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)'
87
88
.PHONY: build
89
-build: $(BIN)/$(EXECUTABLE)
+build: $(EXECUTABLE)
90
91
-$(BIN)/$(EXECUTABLE): $(wildcard *.go)
+$(EXECUTABLE): $(wildcard *.go)
92
go build -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@
93
94
.PHONY: release
0 commit comments