Commit 3417cbaa authored by Guillaume Royer's avatar Guillaume Royer

chore(make): install and build node

parent e0904ed7
......@@ -94,7 +94,7 @@ lint: $(patsubst ${TESTDIR}/jio.storage/%.js, ${LINTDIR}/${TESTDIR}/jio.storage/
#############################################
# Build
#############################################
build: ${JIOLATEST}
build: ${JIOLATEST} node
${JIOLATEST}: ${JIOVERSION}
@mkdir -p $(@D)
......@@ -139,6 +139,7 @@ ${JIOVERSION}: ${EXTERNALDIR}/URI.js \
# Node
#############################################
node: ${JIONODELATEST}
npm install
${JIONODELATEST}: ${SRCDIR}/node/jio-start.js \
${SRCDIR}/node/jio-external.js \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment