Clean cannot remove ppc1-ppc3 : make cycle uses clean

This commit is contained in:
michael 1998-06-03 09:27:51 +00:00
parent f08a7114ae
commit c9e455deb4

View File

@ -212,7 +212,6 @@ all : $(EXENAME)
clean :
-rm -f *.o *.ppu *.s $(EXENAME)
-rm -f $(TEMPNAME) $(TEMPNAME1) $(TEMPNAME2) $(TEMPNAME3)
#####################################################################
# Info
@ -413,7 +412,10 @@ rtlclean :
# Test of log at the end
# does CVS add # at start of each line ??
# $Log$
# Revision 1.13 1998-06-02 11:29:36 peter
# Revision 1.14 1998-06-03 09:27:51 michael
# Clean cannot remove ppc1-ppc3 : make cycle uses clean
#
# Revision 1.13 1998/06/02 11:29:36 peter
# + make clean removes also ppc1 - ppc3
#
# Revision 1.12 1998/05/31 14:09:45 peter