summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTauwasser <Tauwasser@tauwasser.eu>2018-05-29 22:11:38 +0200
committerTauwasser <Tauwasser@tauwasser.eu>2018-05-29 22:15:33 +0200
commit9f0ef977073c7a0644a18f47d5b1906190432454 (patch)
treea9216acd036ec43333395c9c6e32645ae8254cbb /Makefile
parentab18c3745f2b45252f8bad2865598c877854b233 (diff)
tools: add pkmncompress from pokered f75049fe
Add *.pic rule to Makefile to create compressed pictures. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f7c9e4..64afc02 100644
--- a/Makefile
+++ b/Makefile
@@ -51,3 +51,6 @@ clean:
%.tilemap: %.png
rgbgfx -t $@ $<
+
+%.pic: %.2bpp
+ tools/pkmncompress $< $@ \ No newline at end of file