aboutsummaryrefslogtreecommitdiffstats
path: root/capchild/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'capchild/Makefile.nmake')
-rw-r--r--capchild/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/capchild/Makefile.nmake b/capchild/Makefile.nmake
index 5eece0b003..fa10b26f32 100644
--- a/capchild/Makefile.nmake
+++ b/capchild/Makefile.nmake
@@ -36,7 +36,8 @@ libcapchild.lib : ..\config.h $(CAPCHILD_OBJECTS)
link /lib /out:libcapchild.lib $(CAPCHILD_OBJECTS)
clean:
- rm -f $(CAPCHILD_OBJECTS) $(WIRESHARK_TAP_OBJECTS) libcapchild.lib *.pdb *.sbr \
+ rm -f $(CAPCHILD_OBJECTS) $(WIRESHARK_TAP_OBJECTS) libcapchild.lib \
+ *.nativecodeanalysis.xml *.pdb *.sbr \
doxygen.cfg html/*.* wireshark-tap-register-cache.pkl
if exist html rmdir html