mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
18 lines
153 B
Makefile
18 lines
153 B
Makefile
<$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
|
|
|