

make a

    : @a.obj

    : yfc-link

    : <optimization>speed

    ;



make a.obj

    : a.cpp

    : yfc-compile

    ;

   