CFLAGS=-g `freetype-config --cflags` `freetype-config --libs`
font-test: font-test.c
clean:
	rm -f font-test
