summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-01-22 01:03:04 -0500
committeryenatch <yenatch@gmail.com>2018-01-22 01:03:04 -0500
commit7fba864883732ccecb1221ae7ff97492d112362a (patch)
tree5a471fad61e406f5b3ca1aba67ced0186de01c52
parent5bd84e7b4d9abc4a471223194339034a2d1835b1 (diff)
Add back catch-all graphics rules.
.pal -> .gbcpal has been omitted for now since there's no tool to convert it yet.
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d26e991b4..89d7af7a7 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $< $@