added proto makefile to repo

This commit is contained in:
bharnden 2019-02-17 23:42:57 -08:00
parent 0a445f2706
commit e72f133488
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -5,6 +5,7 @@
.version.date
Makefile
!kernel/**/Makefile
!daemon/proto/Makefile
Makefile.in
aclocal.m4
autom4te.cache

5
daemon/proto/Makefile Normal file
View file

@ -0,0 +1,5 @@
all:
python -m grpc_tools.protoc -I . --python_out=../core/grpc --grpc_python_out=../core/grpc core.proto
clean:
rm core_pb2*