summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-03-04 13:37:49 -0500
committeryenatch <yenatch@gmail.com>2018-03-04 13:37:49 -0500
commit024e47e2c3e940f63ae8ce707ad708a6f143da50 (patch)
tree3694058fbc4ce950014cbc24bd617b82e9fd774f
parent520e1509e59289bda9e19e65490f4e5b85f43ea4 (diff)
clean tools
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 807762286..94f45ea55 100644
--- a/Makefile
+++ b/Makefile
@@ -114,6 +114,13 @@ clean: tidy
find sound/direct_sound_samples \( -iname '*.bin' \) -exec rm {} +
$(RM) $(ALL_OBJECTS)
find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' -o -iname '*.rl' \) -exec rm {} +
+ $(MAKE) clean -C tools/gbagfx
+ $(MAKE) clean -C tools/scaninc
+ $(MAKE) clean -C tools/preproc
+ $(MAKE) clean -C tools/bin2c
+ $(MAKE) clean -C tools/rsfont
+ $(MAKE) clean -C tools/aif2pcm
+ $(MAKE) clean -C tools/ramscrgen
tools:
$(MAKE) -C tools/gbagfx