summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-01-22 09:33:08 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-01-22 09:33:08 -0500
commit678a7f0dfa4fcb45b6e8418b11ba73cc72107c2e (patch)
treeb603cf32d3c1efbeef57e2c4cf02f2d20e42e4a7 /Makefile
parent5e8257aca57b5952e0cff830a2da2ec23182c965 (diff)
downloadhtml5ks-678a7f0dfa4fcb45b6e8418b11ba73cc72107c2e.tar.xz
html5ks-678a7f0dfa4fcb45b6e8418b11ba73cc72107c2e.zip
More stuff.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c8c77c..0784215 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ audio: $(CAUDIO)
# === IMAGES ===
-PNG := $(shell find $(DUMP) -name '*.png')
+PNG := $(shell find $(DUMP) -name '*.png' ! -name 'ctc_strip.png')
JPG := $(shell find $(DUMP) -name '*.jpg')
WEBP := $(patsubst %.png,%.webp,$(PNG)) \
$(patsubst %.jpg,%.webp,$(JPG))