github.com/zyedidia/knit@v1.1.2-0.20230901152954-f7d4e39a0e24/test/dofile/Knitfile (about) 1 clean = {"hello.o", "hello"} 2 3 sub = dofile("add/Knitfile") 4 5 return b{sub, r{ 6 $ all:V: hello 7 8 $ hello: hello.o add/add.o 9 gcc $input -o $output 10 11 $ clean:VB: 12 rm -f $clean 13 }}