Add -Wall for ultra-pedantry
[blerg.git] / Makefile
index c66d758..e46eb6d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 include libs.mk
 
 ARCH=$(shell uname -m)
-CFLAGS ?= -g
+CFLAGS ?= -g -Wall
 ifeq ($(ARCH),x86_64)
        CFLAGS += -fPIC
 endif