diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-22 09:36:11 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-22 09:36:11 -0500 |
commit | c2a228a3ca04c22819b90872a3a3d5398f4df8ee (patch) | |
tree | 61064531ec5d11f82bf609d67e2c42cce6a70478 /Makefile | |
parent | 678a7f0dfa4fcb45b6e8418b11ba73cc72107c2e (diff) | |
download | html5ks-c2a228a3ca04c22819b90872a3a3d5398f4df8ee.tar.xz html5ks-c2a228a3ca04c22819b90872a3a3d5398f4df8ee.zip |
Makefile: Stuff.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 $< $< |