diff options
author | yenatch <yenatch@gmail.com> | 2018-03-04 13:37:49 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-03-04 13:37:49 -0500 |
commit | 024e47e2c3e940f63ae8ce707ad708a6f143da50 (patch) | |
tree | 3694058fbc4ce950014cbc24bd617b82e9fd774f | |
parent | 520e1509e59289bda9e19e65490f4e5b85f43ea4 (diff) |
clean tools
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |