X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;h=cfe0ee0725fce1054130099129fd31d52c5f04f0;hb=9f548012815fcf17f6bae88e71e4fbd431516c31;hp=6219108db9c0b7237eef8285dcd2ae8957c2fa9e;hpb=6216f2109e6cd59dd81dd3a5df331d2209aca2bc;p=ttf2png.git diff --git a/Makefile b/Makefile index 6219108..cfe0ee0 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 -O2 $^ -o $@ $(shell freetype-config --cflags --libs) $(shell pkg-config --cflags --libs libpng12) VER=0.3