projects-dir.mk: Add target rebuild

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-10-02 10:39:04 +00:00
commit 3135c08322

View file

@ -87,6 +87,8 @@ purge:
update pull: purge cvs-update git-clone git-pull
touch pull.done
rebuild: clean pull subdirs-all
subdirs-%:
FORCE_REBUILD_SUBDIRS=true make $*