X-Git-Url: https://git.cworth.org/git?p=spritext;a=blobdiff_plain;f=Makefile;h=9c7effc840d95860469ffeb5104ff6725c4a8344;hp=17fc6281a8c5c74a881345c0a9107d9e3122dcac;hb=HEAD;hpb=c7ceb8cdd1745d3eaf0f8b63dc2ddc332074da22 diff --git a/Makefile b/Makefile index 17fc628..9c7effc 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -CFLAGS = -g -Wall +CFLAGS = -g -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing CFLAGS += `pkg-config cairo --cflags` CFLAGS += `freetype-config --cflags` LDFLAGS += `pkg-config cairo --libs` LDFLAGS += `freetype-config --libs` -spritext: spritext.o -lcgic +spritext: spritext.o clean: rm -f *.o spritext