From 617a7ee619493a1b07df49058509922bae48f559 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 26 Mar 1999 12:46:25 +0000 Subject: Makefile didn't clean DSO... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@470 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 403ef2314..800211dba 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.18.2.5 1999/03/26 07:28:39 bill Exp $" +# "$Id: Makefile,v 1.18.2.6 1999/03/26 12:46:25 mike Exp $" # # Library makefile for the Fast Light Tool Kit (FLTK). # @@ -169,7 +169,7 @@ $(DSONAME): $(OBJECTS) $(CC) -I.. $(CFLAGS) -c -o $@ $< clean : - -@ rm -f *.o *.do $(LIBRARY) $(CLEAN) core *~ ../include/*~ makedepend cmap + -@ rm -f *.o *.do $(DSONAME) $(LIBRARY) $(CLEAN) core *~ ../include/*~ makedepend cmap @touch makedepend depend: @@ -209,5 +209,5 @@ install: $(LIBRARY) $(DSONAME) @-ln -s FL $(includedir)/Fl # -# End of "$Id: Makefile,v 1.18.2.5 1999/03/26 07:28:39 bill Exp $". +# End of "$Id: Makefile,v 1.18.2.6 1999/03/26 12:46:25 mike Exp $". # -- cgit v1.2.3