Awlays build, even when it thinks it's up to date (#351)
This commit is contained in:
Родитель
70134323d1
Коммит
cd0ce9f3d8
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 $@
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче