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 f620d7d9f6
commit 0b11fb114d
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}