diff options
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 8bd80b7..88ea4d6 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,7 +1,7 @@ -exe{bd1}: obj{bd algorithm scope parser lexer target prerequisite rule \ +exe{b1}: obj{b algorithm scope parser lexer target prerequisite rule \ native context cxx/target cxx/rule process timestamp path} -obj{bd}: cxx{bd} +obj{b}: cxx{b} obj{algorithm}: cxx{algorithm} obj{scope}: cxx{scope} obj{parser}: cxx{parser} |