tests/syntax/identifier/Makefile
author lbessard
Tue, 08 Apr 2008 18:21:37 +0200
changeset 118 d4cf7ea933a4
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
Problem with negated literals while compiling generated C file on 32bits systems fixed


default: runtests


runtests:
	./runtests


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