|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.35, 1994/02/09 23:50:38 | version 1.36, 1994/03/24 16:11:40 | ||
|---|---|---|---|
|
|
||
| .if !target(clean) | .if !target(clean) | ||
| clean: | clean: | ||
| rm -f a.out [Ee]rrs mklog core ${PROG} ${OBJS} ${CLEANFILES} | rm -f a.out [Ee]rrs mklog core *.core ${PROG} ${OBJS} ${CLEANFILES} | ||
| .endif | .endif | ||
| cleandir: clean | cleandir: clean |