status-research/data_sync/Makefile

11 lines
141 B
Makefile

all: protoc_python
clean:
rm -rf sync_pb2.py*
protoc_python: sync.proto
protoc -I=. --python_out=. ./sync.proto
run:
python -i sync.py