added proto makefile to repo
This commit is contained in:
parent
0a445f2706
commit
e72f133488
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,6 +5,7 @@
|
||||||
.version.date
|
.version.date
|
||||||
Makefile
|
Makefile
|
||||||
!kernel/**/Makefile
|
!kernel/**/Makefile
|
||||||
|
!daemon/proto/Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
|
5
daemon/proto/Makefile
Normal file
5
daemon/proto/Makefile
Normal 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*
|
Loading…
Reference in a new issue