From 39ccc168b21c765fe180829df128879879d77341 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sat, 12 Jun 2021 14:39:33 +0200 Subject: [PATCH] Show a useful help message by default --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 88b2e0c..ad4528c 100644 --- a/Makefile +++ b/Makefile @@ -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 \