diff options
-rw-r--r-- | testsuite/tests/runtime-errors/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/runtime-errors/Makefile b/testsuite/tests/runtime-errors/Makefile index 62f05380e..4945c1f80 100644 --- a/testsuite/tests/runtime-errors/Makefile +++ b/testsuite/tests/runtime-errors/Makefile @@ -20,6 +20,6 @@ run: done clean: defaultclean - @rm -f *.byte *.native *.result + @rm -f *.bytecode *.native *.result include ../../makefiles/Makefile.common |