
make a
    : @a.obj
    : yfc-link
    ;

make a.obj
    : a.cpp
    : yfc-compile
    ;
   