From: Sebastian Hammer Date: Mon, 22 May 1995 14:02:23 +0000 (+0000) Subject: Added cleanup of lib/ X-Git-Tag: YAZ.1.8~1024 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=2d093b88ca5c238b6394c1254078841b19f724ff;hp=a1099d28cc3966419e7e90989510fdc2ba53643b Added cleanup of lib/ --- 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`