tests/syntax/identifier/Makefile
author etisserant
Thu, 21 Aug 2008 16:08:19 +0200
changeset 139 668a54686827
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
added missing includes on some platform (gentoo/gcc-4.3.1)


default: runtests


runtests:
	./runtests


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