aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/lemon/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lemon/Makefile.nmake b/tools/lemon/Makefile.nmake
index 56ee8540c0..fe9ff34442 100644
--- a/tools/lemon/Makefile.nmake
+++ b/tools/lemon/Makefile.nmake
@@ -12,7 +12,7 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) -I..\..\ $(LOCAL_CFLAGS)
all : lemon.exe
clean:
- rm -f lemon.obj lemon.exe lemon.ilk *.pdb *.sbr lemon.exe.manifest
+ rm -f lemon.obj lemon.exe lemon.ilk *.nativecodeanalysis.xml *.pdb *.sbr lemon.exe.manifest
distclean: clean