X-Git-Url: http://git.tdb.fi/?p=ttf2png.git;a=blobdiff_plain;f=Makefile;h=0bc7aad4364163f75f15b4b6ee627644d939fe10;hp=6219108db9c0b7237eef8285dcd2ae8957c2fa9e;hb=9d1111afe554231e89dcaa574234ecd1813526a4;hpb=dde53369347a9b0a37823746166aac1f2a3eee7d diff --git a/Makefile b/Makefile index 6219108..0bc7aad 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ttf2png: ttf2png.c - gcc -Wall $^ -o $@ $(shell freetype-config --cflags --libs) $(shell pkg-config --cflags --libs libpng12) + gcc -Wall -Wextra -Werror -std=c89 -pedantic $^ -o $@ $(shell freetype-config --cflags --libs) $(shell pkg-config --cflags --libs libpng12) VER=0.3