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

     1  return b{
     2  $ %.o: %.c hdr.h
     3      cc -Wall $match.c -c -o $output
     4  
     5  $ %.o: %.s
     6      as $match.s -c -o $output
     7  
     8  $ touch-%:VB:
     9      touch $match
    10  
    11  $ clean:VB:
    12      rm -f *.o
    13  }