mirror of
https://github.com/vacp2p/research.git
synced 2025-02-24 12:18:06 +00:00
11 lines
141 B
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
|