Add '*.nativecodeanalysis.xml' to 'clean' targets
[metze/wireshark/wip.git] / epan / nghttp2 / Makefile.nmake
index 852f18e22c7bb7c095a9eb824b93ecb27741d3e5..140f8c228550cf04ef4ec6b2049827a765429fd9 100644 (file)
@@ -20,7 +20,7 @@ nghttp2.lib: $(OBJECTS)
        link /lib /out:nghttp2.lib $(OBJECTS)
 
 clean:
-       rm -f $(OBJECTS) nghttp2.lib *.pdb *.sbr
+       rm -f $(OBJECTS) nghttp2.lib *.nativecodeanalysis.xml *.pdb *.sbr
 
 distclean: clean