From 78b5b9f3ce3911755e041f30fbe48698f8f9f809 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sun, 5 Jan 2014 19:35:43 -0500 Subject: Stuff. Reduce memory usage. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f5061b..8114faf 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ $(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 --source-map-root / -p 2 -m -c + $(UGLIFYJS) $^ -o $@ --source-map $@.map -p 2 -m -c clean: $(RM) $(CVIDEO) $(CAUDIO) $(WEBP) www/favicon.ico -- cgit v1.2.3-70-g09d2