diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-08-25 14:30:13 -0400 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2015-08-25 14:30:13 -0400 |
commit | 3fea9d38782f9c42a606206b1318f1e5508cf62a (patch) | |
tree | c66526421af02b42b819a2ff3d8ee8ec5da550c3 /Makefile | |
parent | 8a67805a3c146198d58650940cf91905b9061f02 (diff) | |
download | qtlocation-mapboxgl-3fea9d38782f9c42a606206b1318f1e5508cf62a.tar.gz |
'make node' compiles!
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) +# 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-$* |