Awlays build, even when it thinks it's up to date (#351)
This commit is contained in:
parent
70134323d1
commit
cd0ce9f3d8
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -86,6 +86,7 @@ install: $(wildcard *.go)
|
|||
.PHONY: build
|
||||
build: $(EXECUTABLE)
|
||||
|
||||
.PHONY: $(EXECUTABLE)
|
||||
$(EXECUTABLE): $(wildcard *.go)
|
||||
go build -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue