Declare version as phony (always outdated) target to guarantee update (#429)

* Declare version as phony
This commit is contained in:
Norbert Preining 2019-03-22 08:19:27 +09:00 committed by abraunegg
parent f2e007a1d7
commit 0dfc165534

View file

@ -133,3 +133,6 @@ ifeq ($(gitversion),1)
else
echo $(RELEASEVER) > version
endif
.PHONY: version