summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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