X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=2e6848d4948126b8eb337cec82dcf487b9463b3e;hb=80928cc6fb50c49be24f8bfb40d43a21945e8608;hp=7540a272311a6aef80f5e6f35df9ec9a07454c51;hpb=d503845d0cf45632c0d7c3542ffd1b19257a8e5e;p=jquery.git diff --git a/Makefile b/Makefile index 7540a27..2e6848d 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ BUILD_DIR = build PREFIX = . DIST_DIR = ${PREFIX}/dist -JS_ENGINE ?= node +JS_ENGINE ?= `which node nodejs` COMPILER = ${JS_ENGINE} ${BUILD_DIR}/uglify.js --unsafe BASE_FILES = ${SRC_DIR}/core.js\