tests/syntax/identifier/Makefile
author Edouard Tisserant
Fri, 01 Apr 2011 11:10:06 +0200
changeset 256 101c7f148b9a
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
Changed packing declaration in iec_types


default: runtests


runtests:
	./runtests


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