mirror of
https://github.com/0intro/wmii
synced 2024-11-25 23:30:24 +03:00
8 lines
226 B
Makefile
8 lines
226 B
Makefile
VERS = hg$$(hg identify -n)
|
|
VERS = hg$$(hg log -r $$(hg id | awk -F'[+ ]' '{print $$1}') --template '{rev}')
|
|
VERSION = $(VERS)
|
|
VERSION := $(shell echo $(VERS) 2>/dev/null)
|
|
VERSION != echo $(VERS) 2>/dev/null
|
|
CONFVERSION = hg
|
|
|