diff --git a/ide/Makefile b/ide/Makefile index 215c07a2ac..e115c072a8 100644 --- a/ide/Makefile +++ b/ide/Makefile @@ -1263,4 +1263,5 @@ install: fpc_install $(INSTALL) fp.ans $(wildcard *.pt) $(wildcard *.tdf) $(INSTALL_DATADIR) $(INSTALL) readme.ide $(INSTALL_DOCDIR) clean_compiler: - $(MAKE) -C ../../compiler clean + $(MAKE) -C compiler clean + $(MAKE) -C ../compiler ppuclean diff --git a/ide/Makefile.fpc b/ide/Makefile.fpc index 34c68fc760..cc56c5417e 100644 --- a/ide/Makefile.fpc +++ b/ide/Makefile.fpc @@ -206,4 +206,5 @@ install: fpc_install # Misc # clean_compiler: - $(MAKE) -C ../../compiler clean + $(MAKE) -C compiler clean + $(MAKE) -C ../compiler ppuclean