Files
zwift-offline/protobuf/Makefile
T
2020-05-13 16:34:40 -03:00

15 lines
434 B
Makefile

all:
protoc --python_out=. activity.proto
protoc --python_out=. segment-result.proto
protoc --python_out=. profile.proto
protoc --python_out=. per-session-info.proto
protoc --python_out=. login-response.proto
protoc --python_out=. periodic-info.proto
protoc --python_out=. world.proto
protoc --python_out=. goal.proto
protoc --python_out=. zfiles.proto
protoc --python_out=. messages.proto
clean:
rm -f *_pb2.py *_pb2.pyc