tests/syntax/identifier/Makefile
author etisserant
Thu, 17 Jul 2008 19:06:20 +0200
changeset 128 fd5760f30682
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
Changed located global variable declaration and init to reflec recent change on located vars (pointers)


default: runtests


runtests:
	./runtests


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