summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-12-09 11:54:04 -0800
committerKonstantin Käfer <mail@kkaefer.com>2015-12-09 11:54:04 -0800
commit249966a9d7c5ca5acda7a57222bf119c5cbc2a97 (patch)
tree91e4ca23c260b4de79aa6189cb6b4ac3d03cabed /Makefile
parent9bd6abb023dd4393fe72acfd49a116a5ef4b90a5 (diff)
downloadqtlocation-mapboxgl-249966a9d7c5ca5acda7a57222bf119c5cbc2a97.tar.gz
[node] don't go through npm to debug in Xcode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 40dc9be305..3b0824a2bd 100644
--- a/Makefile
+++ b/Makefile
@@ -101,6 +101,9 @@ Xcode/node: ; $(RUN) HTTP=none ASSET=none CACHE=none Xcode/node
.PHONY: xnode
xnode: Xcode/node ; @open ./build/binding.xcodeproj
+nproj:
+ $(RUN) HTTP=none ASSET=none CACHE=none node/xproj
+ @open ./build/binding.xcodeproj
.PHONY: test
test: ; $(RUN) Makefile/test