.PHONY : all

OMC = ../../build/bin/omc

all : TplCodegen.mo

test :
	@echo " ** Susan Test ** "
	$(OMC) -d=failtrace SusanTest.tpl
