diff --git a/Makefile b/Makefile index 1e9343f..00d0c73 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ export TESTSERVER_BASE := ./tests/storage/servers/ export CI := false export DETERMINISTIC_TESTS := false +all: + $(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation) + install-servers: set -ex; \ for server in $(DAV_SERVER) $(REMOTESTORAGE_SERVER); do \ @@ -61,9 +64,6 @@ sh: # open subshell with default test config linkcheck: sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/ -all: - $(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation) - release: python setup.py sdist bdist_wheel upload