diff options
Diffstat (limited to 'Tupfile')
| -rw-r--r-- | Tupfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +BUILD_DIRECTORY = build + +: foreach ./*.proto |> protoc --python_out=$(BUILD_DIRECTORY) --proto_path=. -I. %f |> $(BUILD_DIRECTORY)/%B_pb2.py |