Move test dir to examples/dummy

This commit is contained in:
Manfred Touron
2016-11-06 22:35:41 +01:00
parent 96b930de07
commit efcd958d6b
6 changed files with 0 additions and 0 deletions

13
examples/dummy/Makefile Normal file
View File

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