From 3ebff0b2463d2d943f5a31d7383d3dfab61d0710 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 27 Mar 2002 08:16:24 +0000 Subject: [PATCH] r1674: *** empty log message *** --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7e77ef8..2494826 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.2 2002/03/23 14:19:35 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.3 2002/03/27 08:16:24 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -15,9 +15,11 @@ PACKAGE=clsql -all: nothing +all: libs -nothing: +libs: + (cd interfaces/mysql; make) + (cd interfaces/clsql-uffi; make) clean: @rm -f $(PACKAGE)-*.tar.gz $(PACKAGE)-*.zip -- 2.34.1