From c8112a4f59535ab49d3409f92e446a14cbbbf0b0 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 2 Nov 2015 20:08:05 +0000 Subject: [PATCH] readme++ --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef96dcc..c092b0e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # octabuild -OctaBuild is a simple build system inspired by Make, but using the -Cubescript language to write build definitions and not depending on a -shell to function. It'll also feature things such as automatic dependency -tracking and a large utility library abstracting away platform differences. +OctaBuild is a simple build system inspired by Make, but using the Cubescript +language to write build definitions and not depending on a shell to function. +It'll also feature things such as automatic dependency tracking and a large +utility library abstracting away platform differences. Unlike Make, the program +flow of OctaBuild is single threaded, offloading things such as compiler calls +into a thread pool. Therefore, things such as standard output are unaffected +by threading. It can be used standalone at this point. Once everything is more done, a library form will be introduced.