summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-08-24 17:12:02 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-08-24 17:12:02 -0400
commit8a67805a3c146198d58650940cf91905b9061f02 (patch)
treed8e60b75e66a256eafd1f044a827357440404827 /Makefile
parentcef04fcfa7502b8af80100e06bbc560a70eca3ef (diff)
downloadqtlocation-mapboxgl-8a67805a3c146198d58650940cf91905b9061f02.tar.gz
Revert "PLATFORM=node make node"
This reverts commit cef04fcfa7502b8af80100e06bbc560a70eca3ef.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ab27176d50..358b3c05c5 100644
--- a/Makefile
+++ b/Makefile
@@ -80,10 +80,6 @@ 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-$*