diff options
Diffstat (limited to '')
-rw-r--r-- | build.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | # build.conf for build, kind of whacky, eh? | 1 | # build.conf for build, kind of whacky, eh? |
2 | 2 | ||
3 | default action: check targets() | 3 | default action: check targets() |
4 | "clean" action: clean "build" | 4 | "clean" action: clean targets() |
5 | "rebuild" action: clean "build", check "build" | 5 | "rebuild" action: clean "build", check "build" |
6 | 6 | ||
7 | set "CXXFLAGS" += "-ggdb -Ilibbu++/src" | 7 | set "CXXFLAGS" += "-ggdb -Ilibbu++/src" |