diff --git a/Makefile b/Makefile index c8b75e7..3f133f9 100644 --- a/Makefile +++ b/Makefile @@ -25,11 +25,11 @@ pylint: pyflakes: pyflakes $(PY_FILES) -pip-requirements: +requirements: @echo "Installing cloud-init dependencies..." $(PIP_INSTALL) -r "$@.txt" -q -pip-test-requirements: +test-requirements: @echo "Installing cloud-init test dependencies..." $(PIP_INSTALL) -r "$@.txt" -q