diff options
author | Bill Meier <wmeier@newsguy.com> | 2015-01-01 20:41:49 -0500 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2015-01-02 01:45:16 +0000 |
commit | 5c529c95c565b404602e1a0edc0ed24ff6f89cab (patch) | |
tree | 6b7002d5402685ba514bdac546a27c1e496f7e67 /capchild | |
parent | 06a1f4670e329f47e7199d59f7b712520e117035 (diff) | |
download | wireshark-5c529c95c565b404602e1a0edc0ed24ff6f89cab.tar.gz wireshark-5c529c95c565b404602e1a0edc0ed24ff6f89cab.tar.bz2 wireshark-5c529c95c565b404602e1a0edc0ed24ff6f89cab.zip |
Add '*.nativecodeanalysis.xml' to 'clean' targets
Change-Id: I90dbf0b31fc737150a01533763a7869b34c68cb6
Reviewed-on: https://code.wireshark.org/review/6220
Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'capchild')
-rw-r--r-- | capchild/Makefile.nmake | 3 |
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 |