tests/syntax/identifier/Makefile
author etisserant
Thu, 17 Jul 2008 19:08:28 +0200
changeset 132 39f88c3d803d
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
Updated tests so that they compile again :-)


default: runtests


runtests:
	./runtests


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