Darwin/lowmem and Darwin/pagezero do not need to be removed for clean.

This commit is contained in:
Dan Sumorok 2013-05-01 06:55:49 -04:00
parent a421d35b9d
commit 93effd9192

View File

@ -167,7 +167,7 @@ mostlyclean:
rm -f $(PROGS) $(OBJ_DIR)/* core* *.core *~ *.bak
clean: mostlyclean
rm -f cpuemu.cpp cpudefs.cpp cputmp*.s cpufast*.s cpustbl.cpp cputbl.h compemu.cpp compstbl.cpp comptbl.h Darwin/lowmem Darwin/pagezero
rm -f cpuemu.cpp cpudefs.cpp cputmp*.s cpufast*.s cpustbl.cpp cputbl.h compemu.cpp compstbl.cpp comptbl.h
rm -rf etherslavetool.dSYM
distclean: clean