Makefile: turn on all warnings
[c11tester.git] / Makefile
index efa75ffe21b2cce497b3301428afdf2c25853f70..139e9540884e5210dde95aa785153ea68e4e07e7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC=gcc
 BIN=libthreads
 SOURCE=libthreads.c schedule.c
 HEADERS=libthreads.h schedule.h common.h
-FLAGS=
+FLAGS=-Wall
 
 all: ${BIN}