diff options
Diffstat (limited to 'build.conf')
-rw-r--r-- | build.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ default action: check "libbu++.a" | |||
4 | "clean" action: clean targets() | 4 | "clean" action: clean targets() |
5 | "tests" action: check targets() filter regexp("^tests/.*$") | 5 | "tests" action: check targets() filter regexp("^tests/.*$") |
6 | "all" action: check targets() | 6 | "all" action: check targets() |
7 | "fstring" action: check "tests/fstring" | ||
7 | 8 | ||
8 | set "CXXFLAGS" += "-ggdb -Wall" | 9 | set "CXXFLAGS" += "-ggdb -Wall" |
9 | 10 | ||