mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-31 09:55:55 +00:00
makefile: Fix default target
This commit is contained in:
parent
565e971e4e
commit
eb5e112293
1 changed files with 3 additions and 3 deletions
6
Makefile
6
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue