yamake 0.1.2

yet another make tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
Yet Another Make Tool

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

see the doc