summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 643b73e..52c3677 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ tools tools/pkmncompress tools/gfx:
.PHONY: clean
clean:
rm -rf $(ROMS) $(BUILD) $(ROMS:.gb=.sym) $(ROMS:.gb=.map)
+ make -C tools clean
# Remove files except for graphics.
.PHONY: mostlyclean