diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-08-24 17:12:02 -0400 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2015-08-24 17:12:02 -0400 |
commit | 8a67805a3c146198d58650940cf91905b9061f02 (patch) | |
tree | d8e60b75e66a256eafd1f044a827357440404827 /Makefile | |
parent | cef04fcfa7502b8af80100e06bbc560a70eca3ef (diff) | |
download | qtlocation-mapboxgl-8a67805a3c146198d58650940cf91905b9061f02.tar.gz |
Revert "PLATFORM=node make node"
This reverts commit cef04fcfa7502b8af80100e06bbc560a70eca3ef.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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-$* |