tests/syntax/identifier/Makefile
author laurent
Wed, 18 Nov 2009 10:53:15 +0100
changeset 216 136d6ae70745
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
Bug with using non explicit literals as standard library functions input parameters fixed


default: runtests


runtests:
	./runtests


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