aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/u3
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 /packaging/u3
parent50665311dbe7574111bbb1dd1de451ccd3ab2673 (diff)
Add some distclean / clean targets.
svn path=/trunk/; revision=38457
Diffstat (limited to 'packaging/u3')
-rw-r--r--packaging/u3/tools/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/u3/tools/Makefile.nmake b/packaging/u3/tools/Makefile.nmake
index d658edba20..e7a0b77106 100644
--- a/packaging/u3/tools/Makefile.nmake
+++ b/packaging/u3/tools/Makefile.nmake
@@ -35,6 +35,7 @@ clean:
rm -rf utest.exe *.obj *.manifest
rm -rf libgcrypt-11.dll libgpg-error-0.dll
rm -rf state nodeid
+ rm -rf *.pdb
rm -rf *~ *.*~
distclean: clean