summaryrefslogtreecommitdiff
path: root/epan/nghttp2
diff options
context:
space:
mode:
Diffstat (limited to 'epan/nghttp2')
-rw-r--r--epan/nghttp2/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/nghttp2/Makefile.nmake b/epan/nghttp2/Makefile.nmake
index 852f18e22c..140f8c2285 100644
--- a/epan/nghttp2/Makefile.nmake
+++ b/epan/nghttp2/Makefile.nmake
@@ -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