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