From 0d3d73fb0cacd3d1cf7eb8b83ba87f8b740b871a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 16 Dec 2009 23:54:13 +0000 Subject: Signals is even safer and works even better. Also, OptParser is nearly done. Now I just have to come up with a way to modify data that you already have, that sure was a nice feature of the old one, even if it was implemented in a silly way. --- build.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'build.conf') diff --git a/build.conf b/build.conf index 55df66c..b29809d 100644 --- a/build.conf +++ b/build.conf @@ -8,6 +8,7 @@ default action: check group "lnhdrs", check "libbu++.a", check group "tools" "tests" action: check group "lnhdrs", check group "tests" "all" action: check group "lnhdrs", check targets() +"optparser" action: check "tests/optparser" set "CXXFLAGS" += "-ggdb -W -Wall" #set "CXXFLAGS" += "-O2 -Wall" -- cgit v1.2.3