make to work with modified installation script

This commit is contained in:
ceriel 1988-04-29 09:12:29 +00:00
parent 43de234b53
commit e8d1bdb192

View file

@ -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: