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)