makefile: Fix default target

This commit is contained in:
Markus Unterwaditzer 2016-09-27 14:19:46 +02:00
parent 565e971e4e
commit eb5e112293

View file

@ -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