From b672fa69c4c98509f8ee251b87300e3fcbe6bdc8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 31 Jul 2006 17:23:04 +0000 Subject: We're almost to rule/command generation, then only a couple of steps before it will do it all! --- src/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 995009d..2e13b16 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,10 +4,11 @@ int main() { Builder bld; - bld.load("congo"); + bld.load("build.conf"); - printf("\n\n----------\nDebug dump\n----------\n"); + bld.build(); + printf("\n\n----------\nDebug dump\n----------\n"); bld.debug(); } -- cgit v1.2.3