refact & version file name

This commit is contained in:
Paul Schneider 2019-08-03 11:45:31 +02:00
commit 42cf9403cf
2 changed files with 10 additions and 8 deletions

View file

@ -8,3 +8,12 @@ MAKE=make
NUGETSOURCE=$(HOME)/Nupkgs
VERSION=$(version)
CONFIGURATION=Debug
version-check:
ifndef version
@echo no version number specification ... please, could you try and run 'echo 1.2.3 > $(SOLUTIONDIR)version.txt' ?.
else
@echo 'Got version number : $(version)'
endif