proj/Makefile: Add target rebuild-subdirs

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-09-19 13:12:34 +00:00
commit 4d7a72e402

View file

@ -87,6 +87,9 @@ purge:
update pull: purge cvs-update git-pull
touch pull.done
rebuild-subdirs:
FORCE_REBUILD_SUBDIRS=true make all
cvs-update:
rm -f $@.done
make $@.done