mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-19 09:30:56 +00:00
Also nuke MacOS X GUI binary and bundle for make clean
This commit is contained in:
parent
24af8d27c3
commit
8bd38cff75
@ -163,9 +163,9 @@ uninstall:
|
||||
rmdir $(DESTDIR)$(datadir)/$(APP)
|
||||
|
||||
clean:
|
||||
rm -f $(APP_EXE) $(OBJ_DIR)/* core* *.core *~ *.bak ppc-execute-impl.cpp
|
||||
rm -f $(PROGS) $(OBJ_DIR)/* core* *.core *~ *.bak ppc-execute-impl.cpp
|
||||
rm -f dyngen basic-dyngen-ops.hpp ppc-dyngen-ops.hpp ppc_asm.out.s
|
||||
rm -rf $(APP_APP)
|
||||
rm -rf $(APP_APP) $(GUI_APP_APP)
|
||||
|
||||
distclean: clean
|
||||
rm -rf $(OBJ_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user