mirror of https://github.com/pmret/papermario.git
change 'make clean' behaviour
This commit is contained in:
parent
cfd0e92cff
commit
c9e556a00f
7
Makefile
7
Makefile
|
|
@ -92,14 +92,11 @@ endif
|
|||
### Targets ###
|
||||
|
||||
clean:
|
||||
rm -rf $(BUILD_DIR)
|
||||
rm -rf $(BUILD_DIR) bin msg img sprite .splat_cache
|
||||
|
||||
clean-code:
|
||||
rm -rf $(BUILD_DIR)/src
|
||||
|
||||
clean-split:
|
||||
rm -rf bin msg img sprite .splat_cache
|
||||
|
||||
tools:
|
||||
make -C tools
|
||||
|
||||
|
|
@ -115,7 +112,7 @@ split-%:
|
|||
$(SPLAT) --modes ld $* --verbose --new
|
||||
|
||||
split-all:
|
||||
$(SPLAT) --modes all --new
|
||||
$(SPLAT) --modes all
|
||||
|
||||
test: $(ROM)
|
||||
$(EMULATOR) $<
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit e6ed31570a4008bbbefca2afc61b936d3796886c
|
||||
Subproject commit 74e8aec160da1648c83e339f985a260d48fd2dc0
|
||||
Loading…
Reference in New Issue