From 794a87fc3a1583cbd7b4e0287e2c3152fc58edf9 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 11 May 2007 18:52:24 +0000 Subject: Build can now be built with older versions of build again... --- build.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.conf b/build.conf index 3a2f96a..0b51acd 100644 --- a/build.conf +++ b/build.conf @@ -1,6 +1,6 @@ # build.conf for build, kind of whacky, eh? -default action: check group "program" +default action: check "build" "clean" action: clean targets() "rebuild" action: clean "build", check "build" @@ -10,7 +10,6 @@ set "LDFLAGS" += "-Llibbu++ -lbu++ -ldl" "build": rule "exe", target file, - group "program", requires "libbu++/libbu++.a", set "CXXFLAGS" += "-Ilibbu++/src", input filesIn("src") filter regexp(".*\\.(cpp|y|l)$") -- cgit v1.2.3