aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-08-22 06:19:44 +0000
committerMike Buland <eichlan@xagasoft.com>2006-08-22 06:19:44 +0000
commitee98faf71642cf351d5cda241679b094aeec65ce (patch)
tree881b7a8b71fc9b9a21e6bca05da6f731ae1a2d64 /build.conf
parent8829c8548ea26abaf2e7d2f1d85e0b99757f1978 (diff)
downloadbuild-ee98faf71642cf351d5cda241679b094aeec65ce.tar.gz
build-ee98faf71642cf351d5cda241679b094aeec65ce.tar.bz2
build-ee98faf71642cf351d5cda241679b094aeec65ce.tar.xz
build-ee98faf71642cf351d5cda241679b094aeec65ce.zip
Added targets, and the global set command, things are really coming along now.
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.conf b/build.conf
index 47bbba5..d05ef3f 100644
--- a/build.conf
+++ b/build.conf
@@ -2,6 +2,8 @@
2 2
3default action: check "build", check "cleanup" 3default action: check "build", check "cleanup"
4 4
5set "CXXFLAGS" += "-ggdb"
6
5["build", "cleanup"]: 7["build", "cleanup"]:
6 rule "exe", 8 rule "exe",
7 target file, 9 target file,