home · contact · privacy
Added -Wextra to compiler flags, found out about redundant test.
[plomrogue] / Makefile
index c7831bd86e01a79c5abc0a449d2efba192eceff0..3280dd35c31aec8b2791fd23586e0bd9ed76cf0c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC=gcc
-CFLAGS=-Wall -g
+CFLAGS=-Wall -Wextra -g
 TARGET_SERVER=roguelike-server
 TARGET_CLIENT=roguelike-client
 SRCDIR=src