Yabu 0.4 review
DownloadYabu is a replacement for the make build tool with some extended features
|
|
Yabu is a replacement for the make build tool with some extended features. It's file format is similar, though not compatible with make.
Compiling Yabu
g++ -o yabu ya*.cc (where "g++" is the name of your C++ compiler)
./yabu tests (performs some basic tests)
Installing Yabu
Copy yabu and yabu.1 to the appropriate places.
What's New in This Release:
Named macro arguments
Improved command line options processing
Names of macros and (phase-1) variables no longer collide
Optionally use checksums instead of mtimes
Yabu 0.4 keywords