Skip to content

Commit

Permalink
Always rebuild templates/.VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
bkcsoft committed Dec 5, 2016
1 parent 016de4d commit d8b0115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ build: $(EXECUTABLE) templates/.VERSION
$(EXECUTABLE): $(wildcard *.go)
go build -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@

.PHONY: templates/.VERSION
templates/.VERSION:
echo -n $(VERSION) > $@

Expand Down

0 comments on commit d8b0115

Please sign in to comment.