From: Kevin M. Rosenberg Date: Wed, 27 Mar 2002 08:16:24 +0000 (+0000) Subject: r1674: *** empty log message *** X-Git-Tag: v3.8.6~1202 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=3ebff0b2463d2d943f5a31d7383d3dfab61d0710 r1674: *** empty log message *** --- 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