From 8ddffef8b84d47396db480cb2079835d63337ab4 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Tue, 23 Jan 2018 12:35:06 +0100 Subject: [PATCH] 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. --- Makefile | 2 -- 1 file changed, 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