tests/syntax/identifier/Makefile
author Mario de Sousa <msousa@fe.up.pt>
Thu, 31 Mar 2011 10:52:03 +0100
changeset 259 b6d7c71ff6d8
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rwxr-xr-x
Adding debug conditional printf()s in stage 3.
Printing semantic error info to stderr instead of stdout.


default: runtests


runtests:
	./runtests


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