X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=3280dd35c31aec8b2791fd23586e0bd9ed76cf0c;hb=e23ea3a560a432304851b6bcd7781f18181873e6;hp=c7831bd86e01a79c5abc0a449d2efba192eceff0;hpb=0907037fc188c28471805286a67b786264ba3e2f;p=plomrogue diff --git a/Makefile b/Makefile index c7831bd..3280dd3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-Wall -g +CFLAGS=-Wall -Wextra -g TARGET_SERVER=roguelike-server TARGET_CLIENT=roguelike-client SRCDIR=src