Build system for free basic. Cmake like build system, though not completely cmake.
- write your config in yoarfile (ini style)
- build, include, linking.
- incremental build
- parallel building
- prebuild and posbuild hooks (custom commands)
-
Clone
-
Build
cd yoar
makeyoar binary will be built in 'bin' directory
- Usage
./yoar --help- Write yoarfile Take a look at example to see sample yoarfile or just do:
yoar --init- better code...(forever venture)
- windows support
