tests/syntax/identifier/Makefile
author lbessard
Fri, 26 Sep 2008 14:42:05 +0200
changeset 146 eef5e62048c7
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
Adding support for EN/ENO params in function and function blocks (standard function not supported yet)


default: runtests


runtests:
	./runtests


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