Spaces:
Running
Running
| .PHONY: install run space smoke compile docker-up docker-down | |
| install: | |
| python tasks.py install | |
| run: | |
| python tasks.py run | |
| space: | |
| python tasks.py space | |
| smoke: | |
| python tasks.py smoke | |
| compile: | |
| python tasks.py compile | |
| docker-up: | |
| python tasks.py docker-up | |
| docker-down: | |
| python tasks.py docker-down | |