Add back catch-all graphics rules.

.pal -> .gbcpal has been omitted for now since there's no tool to convert it yet.
This commit is contained in:
yenatch 2018-01-22 01:03:04 -05:00
parent 5bd84e7b4d
commit 7fba864883

View File

@ -234,3 +234,10 @@ gfx/unknown/unknown_egg.2bpp: rgbgfx += -h
$(RGBGFX) $(rgbgfx) -d1 -o $@ $<
$(if $(tools/gfx),\
tools/gfx $(tools/gfx) -d1 -o $@ $@)
%.tilemap: %.png
$(RGBGFX) -t $@ $<
%.gbcpal: %.png
$(RGBGFX) -p $@ $<
%.dimensions: %.png
tools/png_dimensions $< $@