summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-08-21 16:34:21 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-08-21 16:34:21 -0400
commitcef04fcfa7502b8af80100e06bbc560a70eca3ef (patch)
treecc14623bf140f0d4e6dd7cebaf7e059e3b5a756e /Makefile
parentdd71d8f681bd40386de437b4275613303c42a241 (diff)
downloadqtlocation-mapboxgl-cef04fcfa7502b8af80100e06bbc560a70eca3ef.tar.gz
PLATFORM=node make node
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 358b3c05c5..ab27176d50 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,10 @@ android-all: android-lib-x86 android-lib-x86-64
android-all: android-lib-mips android-lib-mips-64
cd android/java && ./gradlew --parallel-threads=$(JOBS) assemble$(BUILDTYPE)
+.PHONY: node
+# Builds the Node library
+node: ; $(RUN) HTTP=none ASSET=none CACHE=none Makefile/node
+
.PHONY: test
test: ; $(RUN) Makefile/test
test-%: ; $(RUN) test-$*