summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-10-08 07:31:41 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2014-10-08 07:31:41 -0400
commit254289e4d03046dbc0c9efb31cbf4d97639b44e9 (patch)
tree9c28dc018a730f58e51bfedbb75f071983de0407 /Makefile
parentf2a7ba250c9981828d04b831d1ee8f556e1301c7 (diff)
downloadhtml5ks-254289e4d03046dbc0c9efb31cbf4d97639b44e9.tar.xz
html5ks-254289e4d03046dbc0c9efb31cbf4d97639b44e9.zip
Minor changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 64a8a62..b8580f4 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,7 @@ endif
html: www/index.html
www/index.html: www/index.html.dist
- $(if $(DEBUG), sed -e 's:$(subst www/,,$(JSOUT)):$(subst $(SPACE),"></script><script src=",$(subst www/,,$(JS))):' $^ > $@, \
- cp $^ $@)
+ $(if $(DEBUG), sed -e 's:$(subst www/,,$(JSOUT)):$(subst $(SPACE),"></script><script src=",$(subst www/,,$(JS))):' $^ > $@, cp $^ $@)
# === JS ===
@@ -215,4 +214,4 @@ MAKEFLAGS=-LRr
.PRECIOUS: $(WAV)
.INTERMEDIATE: $(WAV) $(Y4M) $(CTC_ANIM_TMP_ALL) $(CTC_ANIM_TMP_WEBP)
-.PHONY: video audio images js test space watch
+.PHONY: video audio images js test space dev