summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-02-25 20:12:59 -0500
committerGitHub <noreply@github.com>2018-02-25 20:12:59 -0500
commitf44f306cfd4b438d0ba2f56b61be4b118ef3274b (patch)
treeb7444d7ddc95703ef9e3a2f5a2f14c21664bb8f8 /Makefile
parentf404af8a4326e4cc632a3810ff77a013c1d3e24f (diff)
parent3d34f5a5a371ad2b9979ae36763cdfb52c581dab (diff)
Merge pull request #477 from mid-kid/master
Medium-sized cleanups
Diffstat (limited to 'Makefile')
-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