From: Dale Weiler Date: Wed, 6 Feb 2013 10:54:14 +0000 (+0000) Subject: Update makefile X-Git-Tag: before-library~137 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d1f4b108a032b119ecaf7e787afedace2c7de9cf;p=xonotic%2Fgmqcc.git Update makefile --- diff --git a/Makefile b/Makefile index e31c098..a60b466 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ CYGWIN = $(findstring CYGWIN, $(UNAME)) MINGW = $(findstring MINGW32, $(UNAME)) CC ?= clang -CFLAGS += -Wall -Wextra -I. -fno-strict-aliasing -fsigned-char -Wno-overlength-strings +CFLAGS += -Wall -Wextra -I. -fno-strict-aliasing -fsigned-char ifneq ($(shell git describe --always 2>/dev/null),) CFLAGS += -DGMQCC_GITINFO="\"$(shell git describe --always)\"" endif