tests/syntax/identifier/Makefile
author laurent
Thu, 20 May 2010 23:36:53 +0200
changeset 242 0036357a990f
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
Bug with global located variables accessors fixed


default: runtests


runtests:
	./runtests


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