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

     1  return b{
     2  $ install:V: bin/prog
     3  
     4  $ %: %.c
     5      cc $match.c -o $match.o
     6      ld -o $output $match.o
     7  
     8  $ bin/%: %
     9      mv $match $output
    10  }