Rename js-grpc folder, add enums to example file

This commit is contained in:
Mathieu Acthernoene
2017-01-06 11:38:48 +01:00
parent a8d641cd8d
commit ab2a5d5181
5 changed files with 18 additions and 2 deletions

13
examples/flow/Makefile Normal file
View File

@@ -0,0 +1,13 @@
.PHONY: build
build:
mkdir -p output
protoc -I. --gotemplate_out=template_dir=templates,debug=true:output ./protos/*.proto
.PHONY: re
re: clean build
.PHONY: clean
clean:
rm -rf output