summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-01-29 17:57:22 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-01-29 17:57:36 -0500
commit6ca9552ac361d276ffdb3085eed10e513e8c6bf7 (patch)
tree4c8d4f9e1d4b7506cc6c90b0ad32a5964c9e3d1c /Makefile
parent86b9f9a40a1549d275dc8a57bf192b97c6954eed (diff)
downloadhtml5ks-6ca9552ac361d276ffdb3085eed10e513e8c6bf7.tar.xz
html5ks-6ca9552ac361d276ffdb3085eed10e513e8c6bf7.zip
More stuff.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 139675c..7c5cb1f 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ $(DUMP)/ui/ctc_strip-0.png: $(CTC_ANIM_SRC)
$(CONVERT) "$<" -crop 16x16 $(patsubst %.png,%*.png,$<)
$(DUMP)/ui/ctc_strip-%.png: $(CTC_ANIM_SRC) $(DUMP)/ui/ctc_strip-0.png
- @touch "$@"
+ @touch -r "$(DUMP)/ui/ctc_strip-0.png" "$@"
$(DUMP)/ui/ctc_anim.png: $(CTC_ANIM_TMP)
$(APNGASM) "$@" $^ 3 100
@@ -144,4 +144,6 @@ watch:
# disable default rules, increases `make` speed by 3 seconds
.SUFFIXES:
+
+.INTERMEDIATE: $(CTC_ANIM_TMP) $(CTC_ANIM_TMP_WEBP)
.PHONY: video audio images js jshint clean space watch