From e8d1bdb1923421fd386103af31e7ddd1111777a8 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 29 Apr 1988 09:12:29 +0000 Subject: [PATCH] make to work with modified installation script --- util/ego/share/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/util/ego/share/Makefile b/util/ego/share/Makefile index b28c706dd..a2a3f0900 100644 --- a/util/ego/share/Makefile +++ b/util/ego/share/Makefile @@ -67,6 +67,11 @@ opr: make pr | opr clean: + @echo "make clean does not remove anything, because it is also done" + @echo "by the installation script, and this directory should not be" + @echo "cleaned. Type 'make oclean' instead." + +oclean: rm -f makeclassdef classdefs.h makewordlen wordlen.h *.o Out out nohup.out *.m lint: -- 2.34.1