X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=e690b1b11a704f49ad71bbf7973fae260b267e10;hp=168eecbac3be44f4776d563a81e4796fd2f820b0;hb=feeec79483b93bb8bc3f0b25b90377114d271db6;hpb=1479cd42ce8537af61e2883d9567b0e13bd37197 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`