From cbb15e18959bf19b2c6b61a64deba2a9551763bb Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 11 Oct 2017 13:28:00 +0200 Subject: [PATCH] Move all target to top again --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f2533ff..1de6bc1 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,9 @@ PYTEST = py.test $(PYTEST_ARGS) export TESTSERVER_BASE := ./tests/storage/servers/ CODECOV_PATH = /tmp/codecov.sh +all: + $(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation) + ifeq ($(CI), true) test: curl -s https://codecov.io/bash > $(CODECOV_PATH) @@ -59,9 +62,6 @@ test: $(PYTEST) endif -all: - $(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation) - install-servers: set -ex; \ for server in $(DAV_SERVER); do \