summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 596cda0..0e3e0bc 100644
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ JSOUT := www/js/all.min.js
js: $(JSOUT)
-$(JSOUT): $(JS) .modules
+$(JSOUT): $(JS) modules
$(UGLIFYJS) $(JS) -o "$@" --source-map "$@".map --source-map-url ./all.min.js.map -p 2 -m -c drop_debugger=false
# === MISC ===