index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 7 |
@@ -1,11 +1,6 @@ PACKAGE_NAME = asp -VERSION = v3 -VDEVEL = $(shell test -d .git && git describe --dirty 2>/dev/null) - -ifneq "$(VDEVEL)" "" -VERSION = $(VDEVEL) -endif +VERSION = $(shell git describe --dirty 2>/dev/null) PREFIX = /usr/local |