aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lemon/Makefile.nmake')
-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