diff -r ff5c92df0c78 -r f9e001952488 tests/syntax/identifier/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/syntax/identifier/Makefile Sat Feb 09 08:57:14 2008 +0100 @@ -0,0 +1,15 @@ + + +default: runtests + + +runtests: + ./runtests + + +clean: + rm -f *.iec + rm -f *.err + rm -f *.err2 + rm -f *.out + rm -f *.out2