]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
add todo
[xonotic/gmqcc.git] / Makefile
index 25828d1546fedae0299792f83cb3c47087e28f04..e31c0987124ba0596fd39040d18a920c312cabfe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ endif
 #turn on tons of warnings if clang is present
 # but also turn off the STUPID ONES
 ifeq ($(CC), clang)
-       CFLAGS +=                              \
+       CFLAGS +=                               \
                -Weverything                       \
                -Wno-padded                        \
                -Wno-format-nonliteral             \