tests/syntax/identifier/Makefile
author Edouard Tisserant
Mon, 04 Apr 2011 18:54:55 +0200
changeset 273 beb05fe75e0c
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rwxr-xr-x
Make semantic error message compatible with beremiz


default: runtests


runtests:
	./runtests


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