From 7e57304d280e9b6398616eb1374e10a410c6b224 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 30 Jan 2016 23:54:43 +0100 Subject: [PATCH] readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7c69fe8..89affb1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # 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. Unlike Make, the program -flow of OctaBuild is single threaded, offloading things such as compiler calls +OctaBuild is a simple build system that uses the Cubescript language to write +build definitions without 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.