Remove *.pal from gitignore, remove more build objects with make clean.

This commit is contained in:
luckytyphlosion
2018-09-20 11:17:05 -04:00
parent 0a2eabd59a
commit d6c44f0ca4
2 changed files with 4 additions and 2 deletions

View File

@@ -42,8 +42,10 @@ all: crystal
crystal: pokecrystal.gbc
crystal11: pokecrystal11.gbc
# TODO: clean bitmask.asm and frames.asm for all mons except unown
clean:
rm -f $(roms) $(crystal_obj) $(crystal11_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym)
find . \( -iname '*.1bpp' -o -iname '*.2bpp' -o -iname '*.lz' -o -iname '*.gbcpal' -o -iname '*.dimensions' -o -iname '*.animated.tilemap' \) -exec rm {} +
$(MAKE) clean -C tools/
compare: $(roms)