add flag to print version and exit

This commit is contained in:
Leonardo Hernández Hernández
2022-05-09 14:52:03 -05:00
parent 07d56c6d7b
commit 5d8084daa7
4 changed files with 20 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
_VERSION = 0.3.1
VERSION = $(shell ./generate-version.sh $(_VERSION))
# paths
PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man