aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.conf b/build.conf
index 7e54491..dc847c8 100644
--- a/build.conf
+++ b/build.conf
@@ -10,7 +10,7 @@ set CXXFLAGS += "-ggdb"
10set CXXFLAGS += "-Ilibbu++/src" 10set CXXFLAGS += "-Ilibbu++/src"
11set LDFLAGS += "-Llibbu++ -lbu++" 11set LDFLAGS += "-Llibbu++ -lbu++"
12 12
13build requires libbu++/libbu++.a 13build requires "libbu++/libbu++.a"
14 14
15/(.*)\.o$/ requires from command "g++ {CXXFLAGS} -M {re:1}.c*" 15/(.*)\.o$/ requires from command "g++ {CXXFLAGS} -M {re:1}.c*"
16 16