Show a useful help message by default

This commit is contained in:
Hugo Osvaldo Barrera 2021-06-12 14:39:33 +02:00
parent 7b0d6671da
commit 39ccc168b2

View file

@ -38,6 +38,9 @@ endif
PYTEST = py.test $(PYTEST_ARGS)
CODECOV_PATH = /tmp/codecov.sh
all:
$(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation)
ci-test:
curl -s https://codecov.io/bash > $(CODECOV_PATH)
$(PYTEST) tests/unit/
@ -57,9 +60,6 @@ ci-test-storage:
test:
$(PYTEST)
all:
$(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation)
install-test: install-dev
pip install -Ur test-requirements.txt
set -xe && if [ "$$REQUIREMENTS" = "devel" ]; then \