diff options
Diffstat (limited to '')
| -rw-r--r-- | build.conf | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | # build.conf for build, kind of whacky, eh? | 1 | # build.conf for build, kind of whacky, eh? | 
| 2 | 2 | ||
| 3 | default action: check group "program" | 3 | default 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)$") | 
