projects-dir.mk: Add target git-clone-%

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-11-22 10:06:45 +00:00
commit 19c6462e8d

View file

@ -138,6 +138,9 @@ git-pull-all:
git-clone:
$(PGIT) clone
git-clone-%:
PGIT_CLONE_FROM_USER=$* $(PGIT) clone
git-commit:
$(PGIT) commit