TOP = ../..

include $(TOP)/mk/config.mk

APPNAME = TypeGenerator

MAIN = TypeGen.hs

EXTRA_TARFILES	+= hierarchy.list

include $(TOP)/mk/common.mk

