From 3fea9d38782f9c42a606206b1318f1e5508cf62a Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Tue, 25 Aug 2015 14:30:13 -0400 Subject: 'make node' compiles! --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 358b3c05c5..c901f645a8 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) +# 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-$* -- cgit v1.2.1