diff options
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/buildfile b/build/buildfile index 3afe19b..73f2e91 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,5 +1,6 @@ exe{b1}: obj{b algorithm scope parser lexer trace target prerequisite rule \ - native context diagnostics cxx/target cxx/rule process timestamp path} + native context diagnostics cxx/target cxx/rule process timestamp path \ + utility} obj{b}: cxx{b} obj{algorithm}: cxx{algorithm} @@ -18,3 +19,4 @@ obj{cxx/rule}: cxx{cxx/rule} obj{process}: cxx{process} obj{timestamp}: cxx{timestamp} obj{path}: cxx{path} +obj{utility}: cxx{utility} |