summaryrefslogtreecommitdiff
path: root/parallel-subdirs.mak
AgeCommit message (Collapse)AuthorFilesLines
2010-03-29parallel-subdirs.mak: snippet to include in Makefiles to build ↵Tim-Philipp Müller1-0/+13
subdirectories in parallel Build sub-directories in parallel if make -jN is used. We'll descend into the sub-directories a second time after the first parallel run, but at that point there shouldn't be anything left to do. Assumes there are no dependencies between any of the sub-directories.