diff options
Diffstat (limited to 'config/commence.in')
-rw-r--r-- | config/commence.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/commence.in b/config/commence.in index 72fb45c..6ec3133 100644 --- a/config/commence.in +++ b/config/commence.in @@ -33,8 +33,8 @@ bindir=@bindir@ libdir=@libdir@ includedir=@includedir@ -# The default is to build the programs which in turn builds the lib. -all: progs +# The default is to build the library and/or programs +all: lib tests progs # The following rules insure that the Makefile is up-to-date by rerunning # various autoconf components (although not all versions of make assume |