summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
-rw-r--r--config-all.json2
2 files changed, 2 insertions, 5 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
diff --git a/config-all.json b/config-all.json
index 62f747e..d99dea8 100644
--- a/config-all.json
+++ b/config-all.json
@@ -4,8 +4,6 @@
"addTest",
"atRule",
"fnBind",
- "html5printshiv",
- "load",
"prefixedCSS",
"setClasses",
"testProp"