added obj target so that docs make (well, actually don't make) obj dirs

This commit is contained in:
cgd 1993-03-23 03:01:41 +00:00
parent b876ad554e
commit 419214e376
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ print: paper.${PRINTER}
lpr -P${PRINTER} paper.${PRINTER}
.endif
.if !target(obj)
obj:
.endif
clean cleandir:
rm -f paper.* [eE]rrs mklog ${CLEANFILES}