From ab67fa2c15db966c8aef96c7815886207f9f30d8 Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 5 Jul 1997 20:43:31 +0000 Subject: [PATCH] renamed mat3 directory to Math so we could add other math related routines. --- Math/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Math/Makefile b/Math/Makefile index 5f9355ff..d4064422 100644 --- a/Math/Makefile +++ b/Math/Makefile @@ -24,7 +24,7 @@ #--------------------------------------------------------------------------- -TARGET = libmat3.a +TARGET = libMath.a CFILES = MAT3geom.c MAT3inv.c MAT3mat.c MAT3vec.c HFILES = mat3.h mat3defs.h mat3err.h @@ -59,6 +59,9 @@ include depend #--------------------------------------------------------------------------- # $Log$ +# Revision 1.7 1997/07/05 20:43:31 curt +# renamed mat3 directory to Math so we could add other math related routines. +# # Revision 1.6 1997/06/27 21:38:14 curt # Working on Makefile structure. # -- 2.39.2