summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpfero <ohpee@loves.dicksinhisan.us>2018-05-31 01:18:27 +0200
committerpfero <ohpee@loves.dicksinhisan.us>2018-05-31 02:59:50 +0200
commit96049270e07c304e290bf711beb28b52c5d013b0 (patch)
tree3ca2ed26d16bcc0f02335d602700eafb1e9c438e /Makefile
parent88b51cfe5f883a6226752efffcba41da5331b5b9 (diff)
Remove scan_includes.c
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