proj/Makefile: Renamed target rebuild-subdirs to more general subdirs-%

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-09-21 14:35:26 +00:00
commit 7129d45380

View file

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