aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-08-10 20:02:31 +0000
committerGerald Combs <gerald@wireshark.org>2011-08-10 20:02:31 +0000
commit17351102ddfee2dc030232c8202629851af8222a (patch)
tree05db1064f049acbb4e89d79df431511260a20986 /Makefile.nmake
parent50665311dbe7574111bbb1dd1de451ccd3ab2673 (diff)
Add some distclean / clean targets.
svn path=/trunk/; revision=38457
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 4ad5eeebd2..4f5395478e 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -497,7 +497,7 @@ distclean-local: clean-local
$(ZLIB_DIR)\include\zlib.h $(ZLIB_DIR)\include\zconf.h \
$(ZLIB_DIR)\lib\zdll.lib
!ENDIF
- rm -f config.h $(BUILT_SOURCES)
+ rm -f config.h $(BUILT_SOURCES) wireshark-pdb*.zip
distclean: distclean-local
cd wiretap