aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-01-29 20:21:30 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-01-29 20:21:30 +0000
commit84370fffcb7f6f73a0c672c94b097aff71a50dd5 (patch)
treeb5f056a6db89f915954e728419176d59d88f752b /epan/wspython
parent8e9766586350fdfa32d3d4ff81fceb4d13f61f82 (diff)
Add *.sbr files to the clean target.
svn path=/trunk/; revision=40762
Diffstat (limited to 'epan/wspython')
-rw-r--r--epan/wspython/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wspython/Makefile.nmake b/epan/wspython/Makefile.nmake
index 021d9c7164..308d073616 100644
--- a/epan/wspython/Makefile.nmake
+++ b/epan/wspython/Makefile.nmake
@@ -20,7 +20,7 @@ wspython.lib: $(LIBWSPYTHON_OBJECTS)
link /lib /out:wspython.lib $(LIBWSPYTHON_OBJECTS)
clean:
- rm -f $(LIBWSPYTHON_OBJECTS) wspython.lib *.pdb
+ rm -f $(LIBWSPYTHON_OBJECTS) wspython.lib *.pdb *.sbr
distclean: clean