Added Makefile to build nodejs example

This commit is contained in:
Alexey Golubev
2016-11-14 17:39:40 +03:00
parent 0609932a51
commit 8eaa1af0a3

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
.PHONY: all
all:
cd web/documentserver-example/nodejs && npm install