aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.conf b/build.conf
index a9c6d49..5c4dbb6 100644
--- a/build.conf
+++ b/build.conf
@@ -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
8set "CXXFLAGS" += "-ggdb -Wall" 9set "CXXFLAGS" += "-ggdb -Wall"
9 10