mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-07-29 12:32:40 +08:00
Awlays build, even when it thinks it's up to date (#351)
This commit is contained in:

committed by
Lunny Xiao

parent
70134323d1
commit
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 $@
|
||||
|
||||
|
Reference in New Issue
Block a user