tests/syntax/identifier/Makefile
author mario
Mon, 01 Jun 2009 21:11:12 +0200
changeset 182 231633d1d2e4
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
Moving absyntax utility functions out from stage4/generate_c


default: runtests


runtests:
	./runtests


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