github.com/zyedidia/knit@v1.1.2-0.20230901152954-f7d4e39a0e24/test/c_hdep/Knitfile (about) 1 return b{ 2 $ %.o:D[%.d]: %.c 3 gcc -MMD -c $input -o $output 4 $ all:V: foo.o 5 $ clean:VB: 6 rm -f *.o *.d 7 $ touch:VB: 8 sleep 0.01 9 touch foo.h 10 }