mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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); \
|
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \
|
||||||
fi
|
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
|
.PHONY: docs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue