tests/syntax/identifier/Makefile
author 'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>'
Fri, 10 Jul 2009 11:41:29 +0200
changeset 198 f68ef6f05e17
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
prevent eclipse to push .project with .hgignore


default: runtests


runtests:
	./runtests


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