tests/syntax/identifier/Makefile
author laurent
Sun, 27 Mar 2011 15:55:51 +0200
changeset 252 0bda13ec66b3
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
Bug with getter for pointed variables in accessors fixed


default: runtests


runtests:
	./runtests


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