Add -Wall for ultra-pedantry
authorChip Black <bytex64@bytex64.net>
Thu, 3 Jul 2014 21:03:53 +0000 (16:03 -0500)
committerChip Black <bytex64@bytex64.net>
Thu, 3 Jul 2014 21:03:53 +0000 (16:03 -0500)
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