diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-22 09:33:08 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-22 09:33:08 -0500 |
commit | 678a7f0dfa4fcb45b6e8418b11ba73cc72107c2e (patch) | |
tree | b603cf32d3c1efbeef57e2c4cf02f2d20e42e4a7 | |
parent | 5e8257aca57b5952e0cff830a2da2ec23182c965 (diff) | |
download | html5ks-678a7f0dfa4fcb45b6e8418b11ba73cc72107c2e.tar.xz html5ks-678a7f0dfa4fcb45b6e8418b11ba73cc72107c2e.zip |
More stuff.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |