an old saddle
This commit is contained in:
parent
24c02865d8
commit
020c80587a
7 changed files with 1559 additions and 0 deletions
14
src/cmd/proof/mkfile
Normal file
14
src/cmd/proof/mkfile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=proof
|
||||
OFILES=main.$O\
|
||||
font.$O\
|
||||
htroff.$O\
|
||||
screen.$O\
|
||||
|
||||
HFILES=proof.h
|
||||
|
||||
<$PLAN9/src/mkone
|
||||
|
||||
$O.pout: $OFILES
|
||||
$LD -o $O.pout -p $OFILES
|
||||
Loading…
Add table
Add a link
Reference in a new issue