diff --git a/Platform/Apple/tools/PLASMA/src/makefile b/Platform/Apple/tools/PLASMA/src/makefile index 0aebed04..0b086fa4 100644 --- a/Platform/Apple/tools/PLASMA/src/makefile +++ b/Platform/Apple/tools/PLASMA/src/makefile @@ -28,7 +28,7 @@ all: $(PLASM) $(JAR) $(PLVM) $(PLVM02) $(CMD) vm: $(PLVM) $(PLVM02) clean: - -rm *.o *~ *.a *FE1000 $(PLVM02) $(CMD) $(PLASM) $(PLVM) + -rm -f *.o *.jar *~ *.a *FE1000 $(PLVM02) $(CMD) $(PLASM) $(PLVM) jar: $(JAR) diff --git a/Platform/Apple/tools/PLASMA/src/plasm.jar b/Platform/Apple/tools/PLASMA/src/plasm.jar index eb816672..5572ff8e 100644 Binary files a/Platform/Apple/tools/PLASMA/src/plasm.jar and b/Platform/Apple/tools/PLASMA/src/plasm.jar differ