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