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