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:16:13 +00:00
commit b53ff66828

View file

@ -155,6 +155,8 @@ endif
update pull: purge cvs-update git-clone
touch pull.done
sync: pull push
pull-all: purge cvs-update git-clone git-pull-all
touch clone.done
touch pull.done