소스 검색

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

peter 25 년 전
부모
커밋
fe4d62cf91
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compiler/Makefile.fpc

+ 2 - 0
compiler/Makefile.fpc

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