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

     1  return b{
     2  $ hello:
     3      mkdir -p $output
     4  $ build:V: hello
     5      true
     6  $ touch:VB: sleep
     7      touch hello/hi.txt
     8  $ clean:VB:
     9      rm -rf hello
    10  $ sleep:VBQ:
    11      sleep 0.001
    12  }