github.com/zyedidia/knit@v1.1.2-0.20230901152954-f7d4e39a0e24/test/sub_build_exists_conflict/Knitfile (about)

     1  foo = include("foo/build.knit")
     2  
     3  return b{
     4      $ all:V: foo.txt
     5      $ clean:VB:
     6          rm -f foo.txt
     7      foo
     8  }