summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-08-25 14:30:13 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-08-25 14:30:13 -0400
commit3fea9d38782f9c42a606206b1318f1e5508cf62a (patch)
treec66526421af02b42b819a2ff3d8ee8ec5da550c3 /Makefile
parent8a67805a3c146198d58650940cf91905b9061f02 (diff)
downloadqtlocation-mapboxgl-3fea9d38782f9c42a606206b1318f1e5508cf62a.tar.gz
'make node' compiles!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 358b3c05c5..c901f645a8 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)
+# Builds the Node.js library
+.PHONY: node
+node: ; $(RUN) HTTP=none ASSET=none CACHE=none Makefile/node
+
.PHONY: test
test: ; $(RUN) Makefile/test
test-%: ; $(RUN) test-$*