summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-06-18 00:13:03 -0400
committeryenatch <yenatch@gmail.com>2017-06-18 00:13:03 -0400
commit384788f3700a5c429dfa86c6ec673a648b4b1c42 (patch)
tree8e0c22d99155c01f97e5618ace11be932ed9fa02 /Makefile
parentcd3d125861d25ab60393e29e991f55f26a3874f4 (diff)
pngs in gfx/mail
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 27df84035..c5ec33540 100644
--- a/Makefile
+++ b/Makefile
@@ -124,6 +124,9 @@ gfx/shrink%.2bpp: gfx/shrink%.png
gfx/trainers/%.2bpp: gfx/trainers/%.png
rgbgfx -h -o $@ $<
+gfx/mail/%.1bpp: gfx/mail/%.png
+ rgbgfx -d1 -o $@ $<
+ tools/gfx -d1 --remove-whitespace -o $@ $@
%.bin: ;
%.blk: ;