r7061: initial property settings
[clsql.git] / uffi / Makefile
index d24b555b42c0ccd3cab0d123183b68d67fc9e742..c2d1b3d007208543526d43f2a0f071b0203d0944 100644 (file)
@@ -7,7 +7,7 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.2 2002/11/23 18:00:26 kevin Exp $
+#  CVS Id:   $Id$
 #
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
@@ -50,6 +50,6 @@ clean:
 
 distclean: clean
 
-macosx: $(source) Makefile
+mac: $(source) Makefile
        cc -dynamic -c $(source) -o $(object)
        ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress -o $(base).dylib $(object)