aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wspython/Makefile.nmake')
-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