mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
33 lines
323 B
Makefile
33 lines
323 B
Makefile
<$PLAN9/src/mkhdr
|
|
|
|
TARG=acme
|
|
|
|
OFILES=\
|
|
acme.$O\
|
|
addr.$O\
|
|
buff.$O\
|
|
cols.$O\
|
|
disk.$O\
|
|
ecmd.$O\
|
|
edit.$O\
|
|
elog.$O\
|
|
exec.$O\
|
|
file.$O\
|
|
fsys.$O\
|
|
look.$O\
|
|
regx.$O\
|
|
rows.$O\
|
|
scrl.$O\
|
|
text.$O\
|
|
time.$O\
|
|
util.$O\
|
|
wind.$O\
|
|
xfid.$O\
|
|
|
|
HFILES=dat.h\
|
|
edit.h\
|
|
fns.h\
|
|
|
|
<$PLAN9/src/mkone
|
|
|
|
edit.$O ecmd.$O elog.$O: edit.h
|