Browse Source

Update cmd_Task.go

songzhibin97 4 years ago
parent
commit
b71e126ba0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/utils/cmd_Task.go

+ 1 - 1
server/utils/cmd_Task.go

@@ -90,7 +90,7 @@ func (t *T) DefaultF(ch chan struct{}) error {
 	if runtime.GOOS != "windows" && err == nil {
 		_, err := exec.LookPath("make")
 		if err == nil {
-			cmd = exec.Command("makefile")
+			cmd = exec.Command("make")
 			goto makefile
 		}
 	}