aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-04-18 04:55:36 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-04-18 04:55:36 +0000
commit1ae90b3d249dd261c3e6bb705d7afcdd1bb1685e (patch)
treedc7fe14630dda40df29149d20b4f841ff31c4c82
parentd93fa98b6ef844405610b2c514a5832962384bd3 (diff)
nmake was compiling lemon.c twice; now let it use its default
rules, keeping it from over-compiling. svn path=/trunk/; revision=3325
-rw-r--r--tools/lemon/Makefile.nmake6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/lemon/Makefile.nmake b/tools/lemon/Makefile.nmake
index 69c818b7a9..2d8ef69237 100644
--- a/tools/lemon/Makefile.nmake
+++ b/tools/lemon/Makefile.nmake
@@ -8,9 +8,5 @@ CFLAGS=$(LOCAL_CFLAGS)
all : lemon.exe
-OBJECTS = lemon.obj
-
-lemon.exe : $(OBJECTS)
-
clean:
- rm -f $(OBJECTS) lemon.exe
+ rm -f lemon.exe