diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 11:37:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 11:37:25 +0200 |
commit | 89ea9c8401d9e1b79977c6556b81b2eb4159ef59 (patch) | |
tree | 15e5e4114c08fc39d75ba9da088177c159cac06e /build/buildfile | |
parent | 33ef0312f43646ab3dd9ff95430d70d24bc1d701 (diff) |
Move process from build2 to libbutl
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/buildfile b/build/buildfile index 7d3a32a..8b4cb84 100644 --- a/build/buildfile +++ b/build/buildfile @@ -5,8 +5,8 @@ bin = bin/{target rule module} cxx = cxx/{target rule module} exe{b}: cxx{b algorithm name operation spec scope variable target \ - prerequisite rule file module context search diagnostics token lexer \ - parser process timestamp path path-io utility filesystem dump options \ + prerequisite rule file module context search diagnostics token \ + lexer parser timestamp path path-io utility filesystem dump options \ $config $bin $cxx} $libs #@@ TODO |