X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=Makefile;h=063bf2f08562f8afae1b0d15d10664d30ab3baa3;hb=928ef02c73842f80cbf287bfb24fa97dff59072e;hp=3280dd35c31aec8b2791fd23586e0bd9ed76cf0c;hpb=e23ea3a560a432304851b6bcd7781f18181873e6;p=plomrogue diff --git a/Makefile b/Makefile index 3280dd3..063bf2f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-Wall -Wextra -g +CFLAGS=-Wall -Wextra -Werror -Wformat-security -g TARGET_SERVER=roguelike-server TARGET_CLIENT=roguelike-client SRCDIR=src