Updated Makefile to auto-define version

This commit is contained in:
Gregory Ballantine 2023-11-24 14:28:53 -05:00
parent 92d8e5fa09
commit cbc816ad70

View File

@ -1,5 +1,5 @@
NAME=blt NAME=blt
VERSION=0.0.1 VERSION=`git describe --tags`
.PHONY: build .PHONY: build
## build: Compile the packages. ## build: Compile the packages.