aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1a5bcb6..cfa25a1 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ OBJECTS := $(SOURCES:%.m=%.o)
LOCALIZABLE_STRINGS := $(shell find Internationalization -name Localizable.strings)
CFLAGS += -x objective-c
+CFLAGS += -Wall -Werror
LDFLAGS += -framework Cocoa