Updated Makefile to auto-define version
This commit is contained in:
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
NAME=blt
|
||||
VERSION=0.0.1
|
||||
VERSION=`git describe --tags`
|
||||
|
||||
.PHONY: build
|
||||
## build: Compile the packages.
|
||||
|
Reference in New Issue
Block a user