Updated Makefile to auto-define version

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent 4020812549
commit 09a2667fc5

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.