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 0784215..daa413b 100644
--- a/Makefile
+++ b/Makefile
@@ -75,6 +75,9 @@ CTC_ANIM := $(DUMP)/ui/ctc_anim.png $(DUMP)/ui/ctc_anim.webp
images: $(WEBP) $(CTC_ANIM) www/favicon.ico
+$(DUMP)/ui/ctc_strip.webp: $(DUMP)/ui/ctc_strip.png
+ :
+
%.webp: %.png
$(PNGQUANT) --force --speed 1 --ext .png $<
$(ZOPFLIPNG) -m -y $< $<