yamake 0.1.4

yet another make tool.
Documentation

Yet Another Make Tool

see the doc on project mdbook doc on github pages

but very different, some features :

  • this is a crate, you build your own make command by creating a rust program with this crate
  • rules and scanners are much easier to customize then with gnu make
  • parallel build
  • use file digest, not timestamp : avoir useless rebuild
  • one log file per action, not one stdout for the whole build process
  • etc