From ca7fcc22e1eae294a2a05f89b2f95c20f7e2ceb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 10 May 2018 09:54:16 +0200 Subject: Use --always in git describe [ci skip] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3