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

     1  return b{
     2  $ f1.txt f2.txt:
     3      touch f1.txt f2.txt
     4  $ clean:VB:
     5      rm -f f1.txt f2.txt
     6  }