summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-01-21 11:32:44 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-01-21 11:32:44 -0500
commit0463505d98e98a204215e8669ce3270ab0448d1a (patch)
treee6bd108adb50890b9b27606a394c80f3449b8605 /Makefile
parent9891068394c31d45654a0625b2b115804e8ff46b (diff)
downloadhtml5ks-0463505d98e98a204215e8669ce3270ab0448d1a.tar.xz
html5ks-0463505d98e98a204215e8669ce3270ab0448d1a.zip
Makefile: stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8644167..9d9ac11 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ audio: $(CAUDIO)
$(FFMPEG) -i $< -c:a pcm_s16le $@
%.opus: %.wav
- $(FFMPEG) -i $< -c:a libopus -b:a 64 $@
+ $(FFMPEG) -i $< -c:a libopus -b:a 64k $@
%.m4a: %.wav
$(FFMPEG) -i $< -c:a libfdk_aac -vbr 1 $@
@@ -73,8 +73,8 @@ images: $(WEBP) $(CTC_ANIM) www/favicon.ico
$(PNGQUANT) --force --speed 1 --ext .png $<
$(ZOPFLIPNG) -m -y $< $<
$(DEFLOPT) $<
- $(DEFLUFF) < $< > TMP$<
- mv TMP$< $<
+ $(DEFLUFF) < $< > $<.tmp
+ mv -f $<.tmp $<
$(CWEBP) -q 99 -m 6 $< -o $@
%.webp: %.jpg