projects-dir.mk: Add sync-% target

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-06-25 09:17:38 +00:00
commit e8cdcc4679

View file

@ -157,6 +157,9 @@ update pull: purge cvs-update git-clone
sync: pull push
sync-%:
ssh $* make -C $(shell pwd) sync
pull-all: purge cvs-update git-clone git-pull-all
touch clone.done
touch pull.done