summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-27 18:02:08 -0400
committerRangi <35663410+Rangi42@users.noreply.github.com>2020-06-27 21:43:32 -0400
commit209ecc1919f561e4a0a5a79fb1fbb4956c3338ba (patch)
tree72a64c2502790da0cc8584445d0ee5860ca3521c /Makefile
parent77df64ba9c5dff5dcafad6545eefa6cd614c66b3 (diff)
Merge pic/ into gfx/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5daa6a74..20462319 100644
--- a/Makefile
+++ b/Makefile
@@ -117,5 +117,5 @@ gfx/trade/game_boy.2bpp: tools/gfx += --remove-duplicates
$(if $(tools/gfx),\
tools/gfx $(tools/gfx) -d1 -o $@ $@)
-%.pic: %.2bpp
+%.pic: %.2bpp
tools/pkmncompress $< $@