Root Makefile contains defuct targets including but not limited to: ``` install: python3 -m venv . . bin/activate && pip install -r requirements-dev.txt ``` This functionality seems to have been ported to `tox.ini` and was never removed.
Root Makefile contains defuct targets including but not limited to:
This functionality seems to have been ported to
tox.iniand was never removed.