diff options
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/build/buildfile b/build/buildfile index 93f9179..95899fd 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,6 +1,7 @@ cxx = cxx/{target rule} config = config/{operation module} -exe{b1}: cxx{b algorithm parser lexer name operation spec scope variable \ - target prerequisite rule file module native context search diagnostics \ - process timestamp path utility filesystem dump $config $cxx} +exe{b1}: cxx{b algorithm name operation spec scope variable target \ + prerequisite rule file module native context search diagnostics \ + token lexer parser process timestamp path utility filesystem dump \ + $config $cxx} |