mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
6 lines
145 B
Makefile
6 lines
145 B
Makefile
VERS = hg$$(hg identify -n)
|
|
VERSION = $(VERS)
|
|
VERSION := $(shell echo $(VERS) 2>/dev/null)
|
|
VERSION != echo $(VERS) 2>/dev/null
|
|
CONFVERSION = 3.5
|