From 3cb30fa873837f53fcb3b38d4c29a949ceff5fd1 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 13 Jan 1987 10:07:25 +0000 Subject: [PATCH] Added a "clean" entry. --- util/ego/ic/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/ego/ic/Makefile b/util/ego/ic/Makefile index e5b492a27..001522233 100644 --- a/util/ego/ic/Makefile +++ b/util/ego/ic/Makefile @@ -42,6 +42,9 @@ install: all cmp: all -../compare ic +clean: + rm -f *.o ic Out out nohup.out + lint: lint $(LINTFLAGS) $(CPPFLAGS) $(CFILES) -- 2.34.1