aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-09 09:22:07 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-09 09:22:07 +0000
commitf57a2329ec4804940177f50387170174c08fab5b (patch)
treee256904e38f201c41e580861c27d75ec188320aa /tools
parent79163b436a867656ac4ae83017adf3e8a7db8cf6 (diff)
Remove "text2pcap-scanner.obj" and "tools\lemon\lemon.obj" when a "nmake
clean" is done. svn path=/trunk/; revision=4188
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 2d8ef69237..014c1210fc 100644
--- a/tools/lemon/Makefile.nmake
+++ b/tools/lemon/Makefile.nmake
@@ -9,4 +9,4 @@ CFLAGS=$(LOCAL_CFLAGS)
all : lemon.exe
clean:
- rm -f lemon.exe
+ rm -f lemon.obj lemon.exe