diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-12 15:43:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-12 15:43:17 +0200 |
commit | cf6b3e34b59ad120111e0c1ead779bbb3a70c38d (patch) | |
tree | 424e9def98c65d9080e72a69064334c6716fb82b /build/buildfile | |
parent | 5925c11a1fe8b2e02b790dd40b031ae005d5b68f (diff) |
Implement clean operation
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 8f11823..4a3b6b3 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,3 +1,3 @@ exe{b1}: cxx{b algorithm parser lexer name operation spec scope variable \ target prerequisite rule native context search diagnostics cxx/target \ - cxx/rule process timestamp path utility mkdir dump} + cxx/rule process timestamp path utility filesystem dump} |