Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Replace shell script with Makefile for proto generation.
Browse files Browse the repository at this point in the history
Change-Id: I673fe76e2771d8570278042ab628b455e8ef0fd0
  • Loading branch information
dmitriykovalev committed Jan 17, 2019
1 parent cab85bd commit 8e8d9a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/aiy/vision/streaming/proto/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
messages_pb2.py: messages.proto
protoc --python_out=. messages.proto

clean:
rm -f messages_pb2.py
3 changes: 0 additions & 3 deletions src/aiy/vision/streaming/proto/_compile_proto.sh

This file was deleted.

0 comments on commit 8e8d9a8

Please sign in to comment.