summaryrefslogtreecommitdiff
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 2ca4c7a6b7..7204d9ccd2 100644
--- a/tools/lemon/Makefile.nmake
+++ b/tools/lemon/Makefile.nmake
@@ -13,7 +13,7 @@ CFLAGS=-D_U_="" $(LOCAL_CFLAGS)
all : lemon.exe
clean:
- rm -f lemon.obj lemon.exe lemon.ilk $(PDB_FILE) lemon.pdb
+ rm -f lemon.obj lemon.exe lemon.ilk *.pdb
distclean: clean