make to work with modified installation script
This commit is contained in:
parent
43de234b53
commit
e8d1bdb192
1 changed files with 5 additions and 0 deletions
|
@ -67,6 +67,11 @@ opr:
|
||||||
make pr | opr
|
make pr | opr
|
||||||
|
|
||||||
clean:
|
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
|
rm -f makeclassdef classdefs.h makewordlen wordlen.h *.o Out out nohup.out *.m
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Reference in a new issue