mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
HFS+ is case insensitive (sic!). At least, it pointed out to not remove
ppc_asm.s file but rather the temporary ppc_asm.out.s variant.
This commit is contained in:
parent
57609bf2fc
commit
df960a814e
@ -118,7 +118,7 @@ uninstall:
|
||||
|
||||
clean:
|
||||
rm -f $(APP_EXE) $(OBJ_DIR)/* core* *.core *~ *.bak ppc-execute-impl.cpp
|
||||
rm -f dyngen basic-dyngen-ops.hpp ppc-dyngen-ops.hpp ppc_asm.s
|
||||
rm -f dyngen basic-dyngen-ops.hpp ppc-dyngen-ops.hpp ppc_asm.out.s
|
||||
rm -rf $(APP_APP)
|
||||
|
||||
distclean: clean
|
||||
|
Loading…
Reference in New Issue
Block a user