diff --git a/make/projects-dir.mk b/make/projects-dir.mk index fc41fc4c..7580ffc8 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -138,6 +138,9 @@ git-pull-all: git-clone: $(PGIT) clone +git-clone-%: + PGIT_CLONE_FROM_USER=$* $(PGIT) clone + git-commit: $(PGIT) commit