Permissions: -rw-r--r--
pip := ./venv/bin/pip install -r REQUIREMENTS.PHONY: allall: tests.PHONY: develdevel: venv $(pip)venv: virtualenv venvvenv/bin/python: | venv $(pip).PHONY: teststests: venv/bin/python ./venv/bin/python ./test.py.PHONY: checkcheck: tests