From 47dccc3c67ebe6fe572b7a0294a8701be5a753ff Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 26 Jun 1991 17:30:36 +0000 Subject: [PATCH] improved clean entry --- util/LLgen/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/LLgen/src/Makefile b/util/LLgen/src/Makefile index c67c14436..839d49c99 100644 --- a/util/LLgen/src/Makefile +++ b/util/LLgen/src/Makefile @@ -39,7 +39,7 @@ lint: $(LINT) $(INCLUDES) $(CFILES) clean: - -rm -f *.o LL.temp LL.xxx LL.output LLgen LLgen.c tokens.c Lpars.[ch] + -rm -f *.o LL.temp LL.xxx LL.output LLgen LLgen.c tokens.c Lpars.[ch] parser distr: -rm -f parser -- 2.34.1