tests/syntax/identifier/Makefile
author laurent
Thu, 22 Apr 2010 00:29:30 +0200
changeset 239 b3063ca418c1
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
Bug when parsing standard function block call in IL


default: runtests


runtests:
	./runtests


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