summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 358b3c05c5..ab27176d50 100644
--- a/Makefile
+++ b/Makefile
@@ -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-$*