.PHONY: install run smoke clean install: pip install -r requirements.txt run: python app.py smoke: python smoke_test.py clean: rm -rf __pycache__ */__pycache__ .pytest_cache out/smoke.png