summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'build.c')
-rw-r--r--build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.c b/build.c
index cc6899d..376566f 100644
--- a/build.c
+++ b/build.c
@@ -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);