|
|
|
|
|
by gaurav1804
1455 days ago
|
|
Hi!
It is not only for C/C++, but it can be used for any project in general. This is a low level build system which runs your commands in a shell depending on the rules you define in the beast.build file. Think of it as a faster and more user-friendly replacement to Make. It's 'pythonic' syntax makes it very easy to use and it's build speeds are matching/overtaking those of community standards! You are right in saying that since any command can be put in the beast file, it is suitable for building a project in any language. It is a general purpose build system, with focus on speed and usability! |
|