.PHONY: clean clean: rm -f app/web/templates/index.html rm -rf app/web/static .PHONY: unit-test unit-test: pytest -s test