aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-01-01 20:41:49 -0500
committerBill Meier <wmeier@newsguy.com>2015-01-02 01:45:16 +0000
commit5c529c95c565b404602e1a0edc0ed24ff6f89cab (patch)
tree6b7002d5402685ba514bdac546a27c1e496f7e67 /epan/dissectors/Makefile.nmake
parent06a1f4670e329f47e7199d59f7b712520e117035 (diff)
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 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index 5266a47da2..0fe3442868 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -89,7 +89,7 @@ x11-dissector: ..\..\tools/process-x11-fields.pl x11-fields ..\..\tools/process-
$(PERL) ../../tools/process-x11-xcb.pl
clean:
- rm -f dissectors.lib *.pdb *.sbr register.c-tmp register-cache.pkl \
+ rm -f dissectors.lib *.nativecodeanalysis.xml *.pdb *.sbr register.c-tmp register-cache.pkl \
$(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
distclean: clean