tests/syntax/identifier/Makefile
author lbessard
Thu, 28 May 2009 14:02:35 +0200
changeset 179 a4eb4fd6b0d6
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
Target Directory not parsed in command line fixed


default: runtests


runtests:
	./runtests


clean:
	rm -f *.iec
	rm -f *.err
	rm -f *.err2
	rm -f *.out
	rm -f *.out2