diff options
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ static void build_start(Ted *ted) { if (cargo) { command = "cargo build"; } else if (make) { - command = "make"; + command = "make -j12"; } build_start_with_command(ted, command); |