Skip to content

Commit cd0ce9f

Browse files
bkcsoftlunny
authored andcommitted
Awlays build, even when it thinks it's up to date (go-gitea#351)
1 parent 7013432 commit cd0ce9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ install: $(wildcard *.go)
8686
.PHONY: build
8787
build: $(EXECUTABLE)
8888

89+
.PHONY: $(EXECUTABLE)
8990
$(EXECUTABLE): $(wildcard *.go)
9091
go build -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@
9192

0 commit comments

Comments
 (0)