summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5ea70d1..a155373 100755
--- a/Makefile
+++ b/Makefile
@@ -173,6 +173,12 @@ clean-tools:
tidy:
$(RM) -f $(ROM) $(ELF) $(MAP)
$(RM) -r $(BUILD_DIR)
+ $(RM) -f $(ITEM_DATA)
+ $(RM) -f $(MOVE_DATA)
+ $(RM) -f $(POKEMON_SPECIES)
+ $(RM) -f $(DUNGEON_FLOOR)
+ $(RM) -f $(DUNGEON_POKEMON)
+ find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' -o -iname '*.latfont' -o -iname '*.hwjpnfont' -o -iname '*.fwjpnfont' \) -exec rm {} +
@$(MAKE) clean -C libagbsyscall
define scaninc