Bake is an alternative to GNU Make. Bake's syntax looks sexier, and is easier for beginners to learn.
Well... to be honest, I don't really like Make, so I cooked Bake.
Cooking && Baking is easy! Here's how:
- Download the file
- Make an alias
- Run it in the same directory as your Bakefile
Cooking is easy. Just make a file with the name (case sensitive) 'Bakefile.' The contents should be like this:
!cook{
>some command;
>another command;
}
!serve{
>command to execute on close;
>another one;
}
The >cook{} function cooks the file, the >serve{} function serves the file (with whatever commands you defined for it.)
Bake is also not platform-shell specific. Features like a global 'clrscr' (clear screen) for both POSIX and Windows is coming soon!
Most of the code you are seeing was generated by ChatGPT 3.5.