home · contact · privacy
Server: Make objects definable as "consumable" to gain n hitpoints.
[plomrogue] / Makefile
index c7831bd86e01a79c5abc0a449d2efba192eceff0..063bf2f08562f8afae1b0d15d10664d30ab3baa3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC=gcc
-CFLAGS=-Wall -g
+CFLAGS=-Wall -Wextra -Werror -Wformat-security -g
 TARGET_SERVER=roguelike-server
 TARGET_CLIENT=roguelike-client
 SRCDIR=src