| neutts: | |
| bash install.sh | |
| run: neutts | |
| @echo "Running neutts..." | |
| bash run.sh | |
| @echo "neutts run." | |
| test: neutts | |
| @echo "Testing neutts..." | |
| bash test.sh | |
| @echo "neutts tested." | |
| protogen-clean: | |
| $(RM) backend_pb2_grpc.py backend_pb2.py | |
| clean: protogen-clean | |
| rm -rf venv __pycache__ |