summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d854ca..72eb70c 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ WEBPMUX ?= webpmux
CONVERT ?= convert
APNGASM ?= apngasm
NPM ?= npm
-DUGLIFYJS := node_modules/uglify-js/bin/uglifyjs
+DUGLIFYJS := node_modules/.bin/uglifyjs
UGLIFYJS ?= $(DUGLIFYJS)
#PACKR ?= packr
#CLOSURE_COMPILER ?= java -jar compiler.jar
@@ -183,6 +183,7 @@ endif
ifeq ($(DUGLIFYJS), $(UGLIFYJS))
$(UGLIFYJS): package.json
$(NPM) update
+ touch "$@"
endif
# === MISC ===