From: Adam Dickmeiss Date: Fri, 13 Aug 2004 08:40:19 +0000 (+0000) Subject: Make clean removes .pdf too X-Git-Tag: YAZ.2.0.24~47 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=6ee1cba1206017fafc79b5ed58ff573d4e4d4681 Make clean removes .pdf too --- diff --git a/win/makefile b/win/makefile index 40868dd..6807d1a 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1994-2004, Index Data # All rights reserved. -# $Id: makefile,v 1.79 2004-08-07 08:18:20 adam Exp $ +# $Id: makefile,v 1.80 2004-08-13 08:40:19 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -855,6 +855,7 @@ $(YAZ_MARCDUMP) : "$(BINDIR)" $(YAZ_MARCDUMP_OBJS) $(DLL) clean: -del $(BINDIR)\*.exe -del $(BINDIR)\*.dll + -del $(BINDIR)\*.pdb -del $(TMPDIR)\*. -del $(LIBDIR)\*.MAP -del $(LIBDIR)\*.LIB