X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;h=0bc7aad4364163f75f15b4b6ee627644d939fe10;hb=9d1111afe554231e89dcaa574234ecd1813526a4;hp=c20184729724ec7c6b08f51c223cc3dba2acf66b;hpb=78feedfca690b08a94736b9ca1a2bd36964a6f01;p=ttf2png.git diff --git a/Makefile b/Makefile index c201847..0bc7aad 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ 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.2 +VER=0.3 .PHONY: tarball tarball: ttf2png-$(VER).tar.gz