github.com/beauknowssoftware/makehcl@v0.0.0-20200322000747-1b9bb1e1c008/internal/plan/testdata/simple/make.hcl (about)

     1  default_goal = ["test.txt"]
     2  
     3  rule {
     4    target  = "test.txt"
     5    command = "echo hello > test.txt"
     6  }