]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/Makefile
Fix output of announcer option mutator hook
[xonotic/xonotic-data.pk3dir.git] / qcsrc / Makefile
index 9b492efb41aec377fe2c8411a7f30ddfd462049e..ee335d9b0013817edf041d88082c9d8a8a9d2cea 100644 (file)
@@ -4,7 +4,7 @@ QCC ?= gmqcc
 PROGS_OUT ?= $(CURDIR)/..
 WORKDIR ?= ../.tmp
 
-QCCFLAGS_WATERMARK ?= $(shell git describe --tags --dirty='*')
+QCCFLAGS_WATERMARK ?= $(shell git describe --tags --dirty='~')
 VER = $(subst *,\*,$(QCCFLAGS_WATERMARK))
 NDEBUG ?= 1
 BUILD_MOD ?= 0