tests/syntax/identifier/Makefile
author etisserant
Tue, 23 Dec 2008 13:21:19 +0100
changeset 161 a27957e13d42
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
STRING max size and length type can now be overloaded (define STR_MAX_LEN and STR_LEN_TYPE before including iec_types.h)


default: runtests


runtests:
	./runtests


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