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

     1  clean[#clean+1] = "add/add.o"
     2  
     3  return r{
     4  $ %.o: %.c
     5      gcc -c $input -o $output
     6  }