From 055870a6b2914949ee0aab4cd7eb5e802d9c551c Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sun, 5 Jan 2014 20:22:51 -0500 Subject: Add console.error to most .then, speed up Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8114faf..48d796e 100644 --- a/Makefile +++ b/Makefile @@ -94,9 +94,10 @@ $(DUMP)/ui/ctc_anim.webp: $(CTC_ANIM_TMP_WEBP) js: www/js/all.min.js www/js/all.min.js: www/js/html5ks.js www/js/menu.js www/js/api.js www/js/play.js www/js/images.js www/js/characters.js www/js/imachine.js www/js/i18n.js - $(UGLIFYJS) $^ -o $@ --source-map $@.map -p 2 -m -c + $(UGLIFYJS) $^ -o $@ -p 2 -m -c clean: $(RM) $(CVIDEO) $(CAUDIO) $(WEBP) www/favicon.ico .PHONY: video audio images js clean +.SUFFIXES: -- cgit v1.2.3-70-g09d2