From 6ee1cba1206017fafc79b5ed58ff573d4e4d4681 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 13 Aug 2004 08:40:19 +0000 Subject: [PATCH] Make clean removes .pdf too --- win/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4