home · contact · privacy
Re-factored server's main() into smaller routines in init.c.
[plomrogue] / Makefile
index c7831bd86e01a79c5abc0a449d2efba192eceff0..6a6fe5b7a9fdd537a74a5c49d9904a87bb187768 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC=gcc
-CFLAGS=-Wall -g
+CFLAGS=-Wall -Wextra -Werror -g
 TARGET_SERVER=roguelike-server
 TARGET_CLIENT=roguelike-client
 SRCDIR=src