diff --git a/Makefile b/Makefile index 16dad236..4e242666 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,9 @@ go: pull docker run -v ${pwd}:/root/cs3apis cs3org/cs3apis cs3apis-build -build-go js: pull docker run -v ${pwd}:/root/cs3apis cs3org/cs3apis cs3apis-build -build-js +node: pull + docker run -v ${pwd}:/root/cs3apis cs3org/cs3apis cs3apis-build -build-node clean: rm -rf build/ -all: build python go js +all: build python go js node