aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-06-13 16:19:35 +0000
committerBill Meier <wmeier@newsguy.com>2012-06-13 16:19:35 +0000
commitd0868be051cf94749d1cc196be4e0840b2dcebc0 (patch)
treea7350b24ad89745f2e3d0523e1ec895a0079012d /ui/Makefile.nmake
parentdb25589d905fec23bf7ff22166cd12a22b550bb5 (diff)
Add '*.sbr' to 'clean'
svn path=/trunk/; revision=43233
Diffstat (limited to 'ui/Makefile.nmake')
-rw-r--r--ui/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/Makefile.nmake b/ui/Makefile.nmake
index e4e0caa9c3..1e325e274d 100644
--- a/ui/Makefile.nmake
+++ b/ui/Makefile.nmake
@@ -40,7 +40,8 @@ libui.lib : ..\config.h $(WIRESHARK_UI_OBJECTS)
link /lib /out:libui.lib $(WIRESHARK_UI_OBJECTS)
clean:
- rm -f $(WIRESHARK_UI_OBJECTS) $(WIRESHARK_TAP_OBJECTS) libui.lib *.pdb doxygen.cfg html/*.* wireshark-tap-register-cache.pkl
+ rm -f $(WIRESHARK_UI_OBJECTS) $(WIRESHARK_TAP_OBJECTS) libui.lib *.pdb *.sbr \
+ doxygen.cfg html/*.* wireshark-tap-register-cache.pkl
if exist html rmdir html
distclean: clean