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