From d7964e75d71b155727972fb56dd4717385250c79 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 14 Oct 1991 13:37:43 +0000 Subject: [PATCH] Added clean entry --- lang/cem/lint/llib/proto.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/cem/lint/llib/proto.make b/lang/cem/lint/llib/proto.make index 57e3535ae..a2acfbb98 100644 --- a/lang/cem/lint/llib/proto.make +++ b/lang/cem/lint/llib/proto.make @@ -37,6 +37,9 @@ pr: opr: echo "nothing printed" +clean: + rm -f *.llb Out + c.llb: $(SRC_DIR)/unix7.c cp $(SRC_DIR)/c.llb c.llb $(LINT) -Lc.llb $(SRC_DIR)/unix7.c -- 2.34.1