projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
build - Significantly improve parallel buildworld times
[dragonfly.git]
/
games
/
Makefile
diff --git
a/games/Makefile
b/games/Makefile
index
a07b6ae
..
017d088
100644
(file)
--- a/
games/Makefile
+++ b/
games/Makefile
@@
-44,4
+44,8
@@
SUBDIR= adventure \
worms \
wump
+# maximum parallelism
+#
+SUBDIR_ORDERED=
+
.include <bsd.subdir.mk>