aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0be579..ddd7842 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ BUILD_CONFIG = $(shell sed "s/\#.*//" $(BUILD_CONFIG_FILE) \
endif
ERLANG_MK ?= erlang.mk
-ERLANG_MK_VERSION = $(shell git describe --tags --dirty)
+ERLANG_MK_VERSION = $(shell git describe --dirty --tags --always)
.PHONY: all check