master
Daniel Kolesa 2015-11-29 22:33:12 +00:00
parent 421b5957ab
commit 4dc4669dd9
1 changed files with 3 additions and 4 deletions

View File

@ -20,8 +20,7 @@ https://github.com/OctaForge/OctaSTD.
## Features ## Features
* A real scripting language * A real scripting language
* Similar to Make in many ways * Make inspired with a similar style of dependency tracking
* Currently manual dependency tracking
* Parallel builds * Parallel builds
* Glob matching * Glob matching
* GNU Make style pattern rules * GNU Make style pattern rules
@ -31,8 +30,8 @@ Upcoming features:
* Automatic dependency tracking * Automatic dependency tracking
* Shell independence * Shell independence
* Platform related utilities * Platform related utilities
* Rule pre-callbacks * Configurations
* Option sets (configurations) * and others
## Usage ## Usage