From b117ac89c2e27d61b7c513b8dea7381cba63a914 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 22 Oct 1991 10:56:06 +0000 Subject: [PATCH] improved clean entry --- lang/cem/lint/lpass2/proto.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/cem/lint/lpass2/proto.make b/lang/cem/lint/lpass2/proto.make index b71d4e263..5a9120480 100644 --- a/lang/cem/lint/lpass2/proto.make +++ b/lang/cem/lint/lpass2/proto.make @@ -63,7 +63,7 @@ tags: $(SRC) ctags $(SRC) clean: - rm -f a.out core next.c inpdef.h *.$(SUF) lint.exec + rm -f a.out core next.c inpdef.h *.$(SUF) lint.exec lpass2 lint: inpdef.h next.c $(LINT) $(LINTFLAGS) $(SRC) next.c -- 2.34.1