TOPDIR=../..
include $(TOPDIR)/pre.mk

CSOURCES=$(shell echo *.c)

INCLUDE=
LDLIBS+=-lgfxprim-loaders -lgfxprim

APPS=ttf2img

include $(TOPDIR)/app.mk
include $(TOPDIR)/post.mk
