Add mkfile.
This commit is contained in:
parent
ca0c710cf8
commit
768206abfc
1 changed files with 20 additions and 0 deletions
20
src/cmd/rio/mkfile
Normal file
20
src/cmd/rio/mkfile
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<$PLAN9/src/mkhdr
|
||||||
|
|
||||||
|
OFILES=\
|
||||||
|
client.$O\
|
||||||
|
color.$O\
|
||||||
|
cursor.$O\
|
||||||
|
error.$O\
|
||||||
|
event.$O\
|
||||||
|
grab.$O\
|
||||||
|
main.$O\
|
||||||
|
manage.$O\
|
||||||
|
menu.$O\
|
||||||
|
|
||||||
|
HFILES=dat.h fns.h
|
||||||
|
|
||||||
|
TARG=rio
|
||||||
|
|
||||||
|
LDFLAGS=-L$X11/lib -lXext -lX11
|
||||||
|
|
||||||
|
<$PLAN9/src/mkone
|
||||||
Loading…
Add table
Add a link
Reference in a new issue