enable parallel make

This commit is contained in:
Yuta
2011-04-01 01:28:17 +09:00
parent ff2af78672
commit bb24bd5fb4
2 changed files with 11 additions and 2 deletions
+7
View File
@@ -36,6 +36,13 @@ class InstallCommand(Command):
default=None,
help="Install a python under an alias."
)
self.parser.add_option(
'-j', "--jobs",
dest="jobs",
type='int',
default=0,
help="Enable parallel make."
)
def run_command(self, options, args):
if args: