summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index beb3758..02b9508 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,6 @@
PACKAGE_NAME = asp32
-VERSION = $(shell git describe --exact-match)
-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