mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 19:29:18 +00:00
A few more fixes to thoroughly clean
This commit is contained in:
parent
f40d92d55b
commit
87b4500111
@ -189,14 +189,14 @@ mostlyclean:
|
||||
|
||||
clean: mostlyclean
|
||||
rm -f $(UNIXSRCS)
|
||||
rm -f README.txt
|
||||
|
||||
distclean: clean
|
||||
rm -rf $(foreach arch, $(TARGET_ARCHES), $(GEN_DIR).$(arch))
|
||||
rm -rf $(foreach arch, $(TARGET_ARCHES), $(OBJ_DIR).$(arch))
|
||||
rm -rf autom4te.cache
|
||||
rm -f Makefile
|
||||
rm -f config.cache config.log config.status config.h
|
||||
rm -f Darwin/lowmem Darwin/pagezero
|
||||
rm -f config.cache config.log config.status config.h configure
|
||||
|
||||
depend dep:
|
||||
makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user