tests/syntax/identifier/Makefile
author mario
Thu, 18 Jun 2009 19:18:54 +0200
changeset 194 e18690830555
parent 108 f9e001952488
child 279 c0453b7f99df
permissions -rw-r--r--
Removing un-necessary symbol direct_variable_type_name_c from abstract syntax tree


default: runtests


runtests:
	./runtests


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