diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/.gitignore | 3 | ||||
-rw-r--r-- | build/buildfile | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/build/.gitignore b/build/.gitignore index 6626bcb..62f3460 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -1,4 +1,3 @@ b -b-prev -b-save* +b-* config.build diff --git a/build/buildfile b/build/buildfile index 1224548..9ea95d5 100644 --- a/build/buildfile +++ b/build/buildfile @@ -2,13 +2,11 @@ config = config/{operation module utility} bin = bin/{target rule module} cxx = cxx/{target rule module} -exe{b b-prev}: cxx{b algorithm name operation spec scope variable target \ +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 \ $config $bin $cxx} -.: exe{b b-prev} - #@@ TODO # # cli --include-with-brackets --include-prefix build --guard-prefix BUILD --hxx-suffix "" options.cli |