From 5c529c95c565b404602e1a0edc0ed24ff6f89cab Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 1 Jan 2015 20:41:49 -0500 Subject: Add '*.nativecodeanalysis.xml' to 'clean' targets Change-Id: I90dbf0b31fc737150a01533763a7869b34c68cb6 Reviewed-on: https://code.wireshark.org/review/6220 Reviewed-by: Bill Meier --- plugins/opcua/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/opcua') diff --git a/plugins/opcua/Makefile.nmake b/plugins/opcua/Makefile.nmake index fb1ceff873..fd1f19b0bd 100644 --- a/plugins/opcua/Makefile.nmake +++ b/plugins/opcua/Makefile.nmake @@ -77,7 +77,7 @@ plugin.c: $(REGISTER_SRC_FILES) moduleinfo.h Makefile.common ../../tools/make-di !ENDIF clean: - rm -f $(OBJECTS) $(RESOURCE) plugin.c *.pdb *.sbr \ + rm -f $(OBJECTS) $(RESOURCE) plugin.c *.nativecodeanalysis.xml *.pdb *.sbr \ $(PLUGIN_NAME).dll $(PLUGIN_NAME).dll.manifest $(PLUGIN_NAME).lib \ $(PLUGIN_NAME).exp $(PLUGIN_NAME).rc -- cgit v1.2.1