summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: ;