mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-15 11:27:35 +00:00
After universal binary build changes, repair the clean rules
This commit is contained in:
@@ -183,15 +183,16 @@ $(APP)_app: $(APP) $(DOCS) Info.plist $(APP).icns
|
|||||||
find $(APP_APP) -type d -name CVS | xargs rm -rf
|
find $(APP_APP) -type d -name CVS | xargs rm -rf
|
||||||
|
|
||||||
mostlyclean:
|
mostlyclean:
|
||||||
rm -rf $(APP_APP)
|
rm -f $(PROGS) $(OBJ_DIR)/* core* *.core *~ *.bak
|
||||||
rm -f $(PROGS) $(OBJ_DIR)/* $(OBJ_DIR).*/* core* *.core *~ *.bak
|
rm -f $(foreach arch, $(TARGET_ARCHES), $(GEN_DIR).$(arch)/*)
|
||||||
|
rm -f $(foreach arch, $(TARGET_ARCHES), $(OBJ_DIR).$(arch)/*)
|
||||||
|
|
||||||
clean: mostlyclean
|
clean: mostlyclean
|
||||||
rm -f $(UNIXSRCS)
|
rm -f $(UNIXSRCS)
|
||||||
rm -f $(GEN_DIR).*/*
|
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -rf $(OBJ_DIR)
|
rm -rf $(foreach arch, $(TARGET_ARCHES), $(GEN_DIR).$(arch))
|
||||||
|
rm -rf $(foreach arch, $(TARGET_ARCHES), $(OBJ_DIR).$(arch))
|
||||||
rm -rf autom4te.cache
|
rm -rf autom4te.cache
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
rm -f config.cache config.log config.status config.h
|
rm -f config.cache config.log config.status config.h
|
||||||
|
Reference in New Issue
Block a user