aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2007-04-06 15:51:36 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2007-04-06 15:51:36 +0000
commit85c33a07cb74b9b8ba49ff6c19fe8941f2f41069 (patch)
treeaa8c6ae2a6bfa901957ade9d11000648684722d6 /tools/lemon
parent155b04eda384184281994ffb3d5c42aad9e58305 (diff)
Remove build detritus
svn path=/trunk/; revision=21347
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 7bbf82e7d4..6cffca9d82 100644
--- a/tools/lemon/Makefile.nmake
+++ b/tools/lemon/Makefile.nmake
@@ -13,7 +13,7 @@ CFLAGS=-WX -D_U_="" $(LOCAL_CFLAGS)
all : lemon.exe
clean:
- rm -f lemon.obj lemon.exe lemon.ilk *.pdb
+ rm -f lemon.obj lemon.exe lemon.ilk *.pdb lemon.exe.manifest
distclean: clean