change 'make clean' behaviour

This commit is contained in:
Alex Bates 2020-12-03 21:06:15 +00:00
parent cfd0e92cff
commit c9e556a00f
2 changed files with 3 additions and 6 deletions

View File

@ -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