Parse parameters (fix #4)

This commit is contained in:
Manfred Touron
2016-11-07 08:45:02 +01:00
parent efcd958d6b
commit 83232e17d7
3 changed files with 35 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: build
build:
mkdir -p output
protoc -I. --gotemplate_out=output *.proto
protoc -I. --gotemplate_out=template_dir=templates,debug=true:output *.proto
.PHONY: re