

test-app: TrueType.cpp TrueType.h
	g++ -g -I../include $< -o $@ --std=c++11 -DTEST_APP


