aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.conf b/build.conf
index 3a2f96a..0b51acd 100644
--- a/build.conf
+++ b/build.conf
@@ -1,6 +1,6 @@
1# build.conf for build, kind of whacky, eh? 1# build.conf for build, kind of whacky, eh?
2 2
3default action: check group "program" 3default action: check "build"
4"clean" action: clean targets() 4"clean" action: clean targets()
5"rebuild" action: clean "build", check "build" 5"rebuild" action: clean "build", check "build"
6 6
@@ -10,7 +10,6 @@ set "LDFLAGS" += "-Llibbu++ -lbu++ -ldl"
10"build": 10"build":
11 rule "exe", 11 rule "exe",
12 target file, 12 target file,
13 group "program",
14 requires "libbu++/libbu++.a", 13 requires "libbu++/libbu++.a",
15 set "CXXFLAGS" += "-Ilibbu++/src", 14 set "CXXFLAGS" += "-Ilibbu++/src",
16 input filesIn("src") filter regexp(".*\\.(cpp|y|l)$") 15 input filesIn("src") filter regexp(".*\\.(cpp|y|l)$")