From a8b4d21a65214225bafb685f09285975aa7ce11a Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 25 Jun 1997 15:39:49 +0000 Subject: [PATCH] Minor changes to compile with rsxnt/win32. --- Math/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Math/Makefile b/Math/Makefile index fb0fd821..5aa0691b 100644 --- a/Math/Makefile +++ b/Math/Makefile @@ -51,7 +51,7 @@ $(TARGET): $(OFILES) $(HFILES) all: $(TARGET) clean: - rm -f *.o $(TARGET) *~ core + rm -f *.o $(TARGET) lib*.a *~ core #--------------------------------------------------------------------------- @@ -62,6 +62,9 @@ clean: #--------------------------------------------------------------------------- # $Log$ +# Revision 1.3 1997/06/25 15:39:49 curt +# Minor changes to compile with rsxnt/win32. +# # Revision 1.2 1997/05/30 19:30:16 curt # The LaRCsim flight model is starting to look like it is working. # -- 2.39.2