X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=Makefile;h=2494826ff35d6e4cec9913255f1db128af5cf0c0;hp=7e77ef85e2f9b2f06ccdffdc25ae63cd1b3af7b6;hb=3ebff0b2463d2d943f5a31d7383d3dfab61d0710;hpb=f1930020ce73039b8627af801722c28afff5d31d 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