mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
19 lines
153 B
Text
19 lines
153 B
Text
|
<$PLAN9/src/mkhdr
|
||
|
|
||
|
TARG=hoc
|
||
|
HFILES=\
|
||
|
y.tab.h\
|
||
|
hoc.h\
|
||
|
|
||
|
OFILES=\
|
||
|
y.tab.$O\
|
||
|
code.$O\
|
||
|
init.$O\
|
||
|
math.$O\
|
||
|
symbol.$O\
|
||
|
|
||
|
YFILES=hoc.y\
|
||
|
|
||
|
<$PLAN9/src/mkone
|
||
|
|