From f88e5c349ff0107ac4a13ae00180f767741f88d1 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 24 Apr 2007 15:43:35 +0000 Subject: Build groups are finished, there may be more we could do with them, but they work just fine for what I want. They're cute though, you can put each target in as many groups as you'd like. --- build.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.conf') diff --git a/build.conf b/build.conf index 01ef6b6..3a2f96a 100644 --- a/build.conf +++ b/build.conf @@ -1,6 +1,6 @@ # build.conf for build, kind of whacky, eh? -default action: check targets() +default action: check group "program" "clean" action: clean targets() "rebuild" action: clean "build", check "build" -- cgit v1.2.3