|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.52, 1995/06/24 08:28:08 | version 1.53, 1995/06/25 22:29:02 | ||
|---|---|---|---|
|
|
||
| .if !target(clean) | .if !target(clean) | ||
| clean: _SUBDIRUSE | clean: _SUBDIRUSE | ||
| rm -f a.out [Ee]rrs mklog core *.core | rm -f a.out [Ee]rrs mklog core *.core \ | ||
| rm -f ${PROG} ${OBJS} ${LOBJS} ${CLEANFILES} | ${PROG} ${OBJS} ${LOBJS} ${CLEANFILES} | ||
| .endif | .endif | ||
| cleandir: _SUBDIRUSE clean | cleandir: _SUBDIRUSE clean |