summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-01-22 09:36:11 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-01-22 09:36:11 -0500
commitc2a228a3ca04c22819b90872a3a3d5398f4df8ee (patch)
tree61064531ec5d11f82bf609d67e2c42cce6a70478 /Makefile
parent678a7f0dfa4fcb45b6e8418b11ba73cc72107c2e (diff)
downloadhtml5ks-c2a228a3ca04c22819b90872a3a3d5398f4df8ee.tar.xz
html5ks-c2a228a3ca04c22819b90872a3a3d5398f4df8ee.zip
Makefile: Stuff.
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 $< $<