Skip to content

Commit d8b0115

Browse files
committed
Always rebuild templates/.VERSION
1 parent 016de4d commit d8b0115

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
@@ -90,6 +90,7 @@ build: $(EXECUTABLE) templates/.VERSION
9090
$(EXECUTABLE): $(wildcard *.go)
9191
go build -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@
9292

93+
.PHONY: templates/.VERSION
9394
templates/.VERSION:
9495
echo -n $(VERSION) > $@
9596

0 commit comments

Comments
 (0)