summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-10-21 10:58:58 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-10-26 18:02:29 +0100
commit6dd07c3f70b7f72b778773a0b2a2a292a5f27f71 (patch)
tree31d6235ab22f29c5610a44a7d31f2282a69007d2 /Makefile
parent9173589cc01c4460f3fc3e1a2c005807d677735c (diff)
downloadqtlocation-mapboxgl-6dd07c3f70b7f72b778773a0b2a2a292a5f27f71.tar.gz
[node] create `npm test` and `npm run test-suite` targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 166fea9d81..f756efef14 100644
--- a/Makefile
+++ b/Makefile
@@ -84,8 +84,12 @@ apackage: android-lib-mips
.PHONY: node
node: ; $(RUN) HTTP=none ASSET=none CACHE=none Makefile/node
+
+.PHONY: Xcode/node
+Xcode/node: ; $(RUN) HTTP=none ASSET=none CACHE=none node/xproj
+
.PHONY: xnode
-xnode: ; $(RUN) HTTP=none ASSET=none CACHE=none Xcode/node
+xnode: Xcode/node ; @open ./build/binding.xcodeproj
.PHONY: test
test: ; $(RUN) Makefile/test