summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-03-26 12:46:25 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-03-26 12:46:25 +0000
commit617a7ee619493a1b07df49058509922bae48f559 (patch)
tree7586c72fd81b069c0cbedfc3cf2d017755ec2700 /src/Makefile
parentdb2a9d49cedf43834247581986ba167318d93cd8 (diff)
Makefile didn't clean DSO...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@470 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 3 insertions, 3 deletions
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 $".
#