From 2d093b88ca5c238b6394c1254078841b19f724ff Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Mon, 22 May 1995 14:02:23 +0000 Subject: [PATCH] Added cleanup of lib/ --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 168eecb..e690b1b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.12 1995-05-22 11:29:19 quinn Exp $ +# $Id: Makefile,v 1.13 1995-05-22 14:02:23 quinn Exp $ # Uncomment the lines below to enable mOSI communcation. DEFS=-DUSE_XTIMOSI @@ -22,6 +22,7 @@ dep depend: clean: for i in $(SUBDIR); do (cd $$i; $(MAKE) clean); done + -rm lib/*.a cleanup: rm -f `find $(SUBDIR) -name "*.[oa]" -print` -- 1.7.10.4