| .DEFAULT_GOAL := install | |
| install: | |
| bash install.sh | |
| protogen-clean: | |
| $(RM) backend_pb2_grpc.py backend_pb2.py | |
| clean: protogen-clean | |
| rm -rf venv __pycache__ |
| .DEFAULT_GOAL := install | |
| install: | |
| bash install.sh | |
| protogen-clean: | |
| $(RM) backend_pb2_grpc.py backend_pb2.py | |
| clean: protogen-clean | |
| rm -rf venv __pycache__ |