github.com/informationsea/shellflow@v0.1.3/examples/doc-example1/build.sf (about)

     1  cc -v -c -o [[lib1.o]] ((lib1.c)) # ((lib1.h))
     2  cc -v -c -o [[lib2.o]] ((lib2.c)) # ((lib2.h))
     3  cc -v -c -o [[main.o]] ((main.c)) # ((lib1.h)) ((lib2.h))
     4  cc -v -o [[program]] ((lib1.o)) ((lib2.o)) ((main.o))