diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-08-21 16:34:21 -0400 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2015-08-21 16:34:21 -0400 |
commit | cef04fcfa7502b8af80100e06bbc560a70eca3ef (patch) | |
tree | cc14623bf140f0d4e6dd7cebaf7e059e3b5a756e /Makefile | |
parent | dd71d8f681bd40386de437b4275613303c42a241 (diff) | |
download | qtlocation-mapboxgl-cef04fcfa7502b8af80100e06bbc560a70eca3ef.tar.gz |
PLATFORM=node make node
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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-$* |