diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-27 16:57:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-27 16:57:34 +0200 |
commit | 4372f041bb7401c3adc2d5710566b13f64722102 (patch) | |
tree | 5f37f6e69e5529d3628b7611bb642dba15d885c0 /build/buildfile | |
parent | e1d2e3b63934c1e193429f1d6c4e04abc0e85d56 (diff) |
Variable assignment, appending support
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/buildfile b/build/buildfile index 5ae6bf9..d8f683b 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,3 +1,3 @@ -exe{b1}: cxx{b algorithm scope parser lexer target prerequisite rule \ - native context search diagnostics cxx/target cxx/rule process timestamp \ - path utility mkdir} +exe{b1}: cxx{b algorithm parser lexer name scope variable target prerequisite \ + rule native context search diagnostics cxx/target cxx/rule process \ + timestamp path utility mkdir dump} |