From 2bc96d03e1f196a90b2d15fe1355d3d3b3800733 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 18 Aug 2015 11:14:32 -0700 Subject: [PATCH] readme update --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 2c74d61..54eba5e 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,17 @@ It's similar in philosophy to tools such as Make. It needs libcubescript to function, which you can fetch at https://git.octaforge.org/tools/libcubescript.git/ or at https://github.com/OctaForge/libcubescript. + +## Features + + * A real scripting language + * Similar to Make in many ways + * Currently manual dependency tracking + +Upcoming features: + + * Automatic dependency tracking + * Parallel builds + * Shell independence + * Proper argument handling + * Platform related utilities \ No newline at end of file