Browse Source

* ppuclean target, which is used by for the ide compiling so a new
generated ppc386.exe can still be used as compiler

peter 25 years ago
parent
commit
fe4d62cf91
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/Makefile.fpc

+ 2 - 0
compiler/Makefile.fpc

@@ -172,6 +172,8 @@ endif
 
 
 clean : execlean fpc_cleanall
 clean : execlean fpc_cleanall
 
 
+ppuclean: fpc_cleanall
+
 execlean :
 execlean :
         -$(DEL) $(EXENAME)
         -$(DEL) $(EXENAME)