LROOT = ../../..

DFLAGS = -I /usr/include/freetype2 -I /usr/local/include/freetype2

D = x11
L = leda

force: 
	@touch *.cpp
	@$(MAKE) all


include ../../Make.src

