diff options
author | Loïc Hoguin <[email protected]> | 2018-05-10 09:54:16 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-05-10 09:54:16 +0200 |
commit | ca7fcc22e1eae294a2a05f89b2f95c20f7e2ceb6 (patch) | |
tree | 1fb5226096cdefe77a0531f8087182090ca8a0e3 /Makefile | |
parent | c5250f4c82ce8d5cde4f65e0c690a923092807e6 (diff) | |
download | erlang.mk-ca7fcc22e1eae294a2a05f89b2f95c20f7e2ceb6.tar.gz erlang.mk-ca7fcc22e1eae294a2a05f89b2f95c20f7e2ceb6.tar.bz2 erlang.mk-ca7fcc22e1eae294a2a05f89b2f95c20f7e2ceb6.zip |
Use --always in git describe
[ci skip]
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |