diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-24 08:53:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-24 08:53:06 +0200 |
commit | a94dcda7f00b10cb22b5f2138b1c29bcfbe7de37 (patch) | |
tree | c4ca2c4b2ea08285774569283120233a03aa2cb3 /build/buildfile | |
parent | eaaa82bd9c1e24a83dcea3857f5fd75d0dfb6de5 (diff) |
Make meta-operations control build loop; add disfigure skeleton
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/buildfile b/build/buildfile index 6752a6e..93f9179 100644 --- a/build/buildfile +++ b/build/buildfile @@ -2,5 +2,5 @@ cxx = cxx/{target rule} config = config/{operation module} exe{b1}: cxx{b algorithm parser lexer name operation spec scope variable \ - target prerequisite rule module native context search diagnostics \ + target prerequisite rule file module native context search diagnostics \ process timestamp path utility filesystem dump $config $cxx} |