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