summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-01-23 12:35:06 +0100
committermid-kid <esteve.varela@gmail.com>2018-02-08 19:38:14 +0100
commit8ddffef8b84d47396db480cb2079835d63337ab4 (patch)
tree19a48ab5f4ffdca6414c18d43dd0f8269ab0d8f7
parent1d7b1418d518726517fa0bd04a8cf4e6ce247e70 (diff)
Don't let the Makefile pick up .tilemap files
We don't generate any tilemap file with rgbgfx yet, because they won't match anyway. This should be re-added when we can do it properly.
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 89d7af7a7..7a78be8ba 100644
--- a/Makefile
+++ b/Makefile
@@ -235,8 +235,6 @@ gfx/unknown/unknown_egg.2bpp: rgbgfx += -h
$(if $(tools/gfx),\
tools/gfx $(tools/gfx) -d1 -o $@ $@)
-%.tilemap: %.png
- $(RGBGFX) -t $@ $<
%.gbcpal: %.png
$(RGBGFX) -p $@ $<
%.dimensions: %.png