Skip to content

Commit

Permalink
Darwin/lowmem and Darwin/pagezero do not need to be removed for clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsumorok committed May 1, 2013
1 parent a421d35 commit 93effd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasiliskII/src/Unix/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93effd9

Please sign in to comment.