X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=Makefile;fp=Makefile;h=063bf2f08562f8afae1b0d15d10664d30ab3baa3;hb=83a319d17dcafef7c843c41acad8fae9ecf9d784;hp=6a6fe5b7a9fdd537a74a5c49d9904a87bb187768;hpb=862d185c9f3836499717010ea0b1eafd4bfae97b;p=plomrogue diff --git a/Makefile b/Makefile index 6a6fe5b..063bf2f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-Wall -Wextra -Werror -g +CFLAGS=-Wall -Wextra -Werror -Wformat-security -g TARGET_SERVER=roguelike-server TARGET_CLIENT=roguelike-client SRCDIR=src