diff --git a/bootstrap/cleanup.go b/bootstrap/cleanup.go index 7029111..e876696 100644 --- a/bootstrap/cleanup.go +++ b/bootstrap/cleanup.go @@ -126,6 +126,7 @@ func removeFileAndEmptyDirs(path string) error { } return err } + fmt.Printf("removed old ninja-created file %s because it has no rule to generate it\n", path) path, err = filepath.Abs(path) if err != nil {