diff options
| author | mid-kid <esteve.varela@gmail.com> | 2018-01-23 12:35:06 +0100 |
|---|---|---|
| committer | mid-kid <esteve.varela@gmail.com> | 2018-02-08 19:38:14 +0100 |
| commit | 8ddffef8b84d47396db480cb2079835d63337ab4 (patch) | |
| tree | 19a48ab5f4ffdca6414c18d43dd0f8269ab0d8f7 /Makefile | |
| parent | 1d7b1418d518726517fa0bd04a8cf4e6ce247e70 (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.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |
