fork download
  1. import path ;
  2. import notfile ;
  3.  
  4. project-root = [ path.make ./ ] ;
  5. project sample ;
  6. use-project /sample : $(project-root) ;
  7.  
  8. exe sample
  9. : source.cpp ;
  10.  
  11. actions exec_action
  12. {
  13. $(2)
  14. }
  15.  
  16. notfile exec : @exec_action : /sample//sample ;
  17. explicit exec ;
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty