tests/syntax/identifier/Makefile
author laurent
Mon, 21 Sep 2009 12:02:14 +0200
changeset 209 30cbae46190d
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
Remove -pedantic flag to CFLAGS to allow unsigned long long to be compiled


default: runtests


runtests:
	./runtests


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