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 6a1b611..32ce750 100644
--- a/build.conf
+++ b/build.conf
@@ -11,7 +11,7 @@ set "CXXFLAGS" += "-ggdb"
11 target file, 11 target file,
12 requires "libbu++/libbu++.a", 12 requires "libbu++/libbu++.a",
13 set "CXXFLAGS" += "-Ilibbu++/src", 13 set "CXXFLAGS" += "-Ilibbu++/src",
14 input filesIn("src") 14 input filesIn("src") filter regexp(".*\\.(cpp|y|l)$")
15 15
16rule "exe": 16rule "exe":
17 matches regexp("(.*)\\.o$"), 17 matches regexp("(.*)\\.o$"),