Makefile quality-of-life improvements
Changes:
-
make setup
now installs all requirements required by all 3 services - New rule:
make clean
, which cleans up your Python environment and your Docker environment - New rule:
make build
, which builds the docker images -
make test
now runssetup.py
files for all packages
Theoretical new workflow:
make clean
-> make build
-> docker-compose up
-> make setup