diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-24 08:54:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-24 08:54:03 +0200 |
commit | cd9a4ea692ba87aa03a80489bf03736e713722c7 (patch) | |
tree | b98abc4442dd3fa55cdb3c37f50da5a210a15126 /build/buildfile | |
parent | fdb050b4b1b966683ff00dd14b268fe395492358 (diff) |
Sort out diagnostics for mkdir
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 14f1063..5ae6bf9 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,3 +1,3 @@ exe{b1}: cxx{b algorithm scope parser lexer target prerequisite rule \ native context search diagnostics cxx/target cxx/rule process timestamp \ - path utility} + path utility mkdir} |