From cef04fcfa7502b8af80100e06bbc560a70eca3ef Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Fri, 21 Aug 2015 16:34:21 -0400 Subject: PLATFORM=node make node --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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-$* -- cgit v1.2.1