master
Daniel Kolesa 2016-01-30 23:54:43 +01:00
parent 2c1d1a06f9
commit 7e57304d28
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# octabuild # octabuild
OctaBuild is a simple build system inspired by Make, but using the Cubescript OctaBuild is a simple build system that uses the Cubescript language to write
language to write build definitions and not depending on a shell to function. build definitions without depending on a shell to function. It'll also feature
It'll also feature things such as automatic dependency tracking and a large things such as automatic dependency tracking and a large utility library
utility library abstracting away platform differences. Unlike Make, the program abstracting away platform differences. Unlike Make, the program flow of
flow of OctaBuild is single threaded, offloading things such as compiler calls OctaBuild is single threaded, offloading things such as compiler calls
into a thread pool. Therefore, things such as standard output are unaffected into a thread pool. Therefore, things such as standard output are unaffected
by threading. by threading.