]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Implemented hashtable as-per Blubs request
[xonotic/gmqcc.git] / Makefile
index 5ab8971d68f387fa499157479b724d4b36bae25b..7420ccc7f13580c45460450ab6749e41289a6614 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ PREFIX := /usr/local
 BINDIR := $(PREFIX)/bin
 
 CC     ?= clang
-CFLAGS += -Wall -I. -pedantic-errors
+CFLAGS += -Wall -Wextra -I. -pedantic-errors
 #turn on tons of warnings if clang is present
 ifeq ($(CC), clang)
        CFLAGS +=                         \