mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 20:10:23 -04:00
add flag to print version and exit
This commit is contained in:
parent
07d56c6d7b
commit
5d8084daa7
4 changed files with 20 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
_VERSION = 0.3.1
|
||||
VERSION = $(shell ./generate-version.sh $(_VERSION))
|
||||
|
||||
# paths
|
||||
PREFIX = /usr/local
|
||||
MANDIR = $(PREFIX)/share/man
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue