Rewrite make targets in pure Python
Makefile of swh-web
is quite huge with a large number of targets and complicated shell commands inside them.
It would be better to wrap all these targets in a cleaner way through a Python CLI with proper help and options.
Migrated from T1972 (view on Phabricator)