aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-01-29 20:33:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-01-29 20:33:58 +0000
commit0179b7dc500d43ed814ce0d8b970566714c2e139 (patch)
tree1bd550c3559947b0d80bbcc78bb0478cb41290db /tools/lemon
parent84370fffcb7f6f73a0c672c94b097aff71a50dd5 (diff)
Add *.sbr files to the clean target.
svn path=/trunk/; revision=40763
Diffstat (limited to 'tools/lemon')
-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 20344a8adb..cbcf89c169 100644
--- a/tools/lemon/Makefile.nmake
+++ b/tools/lemon/Makefile.nmake
@@ -13,7 +13,7 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) -D_U_="" $(LOCAL_CFLAGS)
all : lemon.exe
clean:
- rm -f lemon.obj lemon.exe lemon.ilk *.pdb lemon.exe.manifest
+ rm -f lemon.obj lemon.exe lemon.ilk *.pdb *.sbr lemon.exe.manifest
distclean: clean