tests/syntax/identifier/Makefile
author etisserant
Mon, 23 Jun 2008 18:02:09 +0200
changeset 122 9e57c6d79398
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
Support for extern pointer for located variables


default: runtests


runtests:
	./runtests


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