Files
zwift-offline/protobuf/Makefile
oldnapalm 1e01b39245 Add preliminary support for events
Just enough to access event-only maps
2021-04-26 16:44:33 -03:00

18 lines
558 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=. udp-node-msgs.proto
protoc --python_out=. tcp-node-msgs.proto
protoc --python_out=. hash-seeds.proto
protoc --python_out=. events.proto
clean:
rm -f *_pb2.py *_pb2.pyc