mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Remove unused Makefile target
This commit is contained in:
parent
55af4eaf80
commit
1f066ca6ca
1 changed files with 0 additions and 8 deletions
8
Makefile
8
Makefile
|
|
@ -116,12 +116,4 @@ install-dev:
|
|||
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \
|
||||
fi
|
||||
|
||||
ssh-submodule-urls:
|
||||
git submodule foreach "\
|
||||
echo -n 'Old: '; \
|
||||
git remote get-url origin; \
|
||||
git remote set-url origin \$$(git remote get-url origin | sed -e 's/https:\/\/github\.com\//git@github.com:/g'); \
|
||||
echo -n 'New URL: '; \
|
||||
git remote get-url origin"
|
||||
|
||||
.PHONY: docs
|
||||
|
|
|
|||
Loading…
Reference in a new issue