X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=Makefile;h=96c3aca017841681d83132c3a49771eb9c4707d2;hb=169b8dda5f4c4373300b5be5edc113a376799737;hp=39414e54eb96293a5e945cebffee36da9fafd4e3;hpb=fa079cbd21aacfc0d28a5af98cc3df4a7633f563;p=plomrogue diff --git a/Makefile b/Makefile index 39414e5..96c3aca 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-Wall -Wextra -Werror -Wformat-security -g +CFLAGS=-std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -g TARGET_SERVER=roguelike-server TARGET_CLIENT=roguelike-client SRCDIR=src