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 59bf72c..f45b025 100644
--- a/build.c
+++ b/build.c
@@ -121,7 +121,7 @@ void build_start(Ted *ted) {
Assoc associations[] = {
#if _WIN32
- {"make.bat", "make.bat"},
+ {"make.bat", "cmd /c make.bat"},
#endif
{"Cargo.toml", "cargo build"},
{"Makefile", "make -j16"},