diff --git a/Makefile b/Makefile index 695c182..beae14e 100644 --- a/Makefile +++ b/Makefile @@ -2,5 +2,6 @@ gen: rm -rf schemas python generator.py queues python -m grpc_tools.protoc --proto_path schemas --python_out=. --pyi_out=. --grpc_python_out=. ./schemas/queues/tasks.proto + rm -rf schemas run: python ./server.py \ No newline at end of file