aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/rio/mkfile')
-rw-r--r--src/cmd/rio/mkfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/cmd/rio/mkfile b/src/cmd/rio/mkfile
new file mode 100644
index 00000000..8881190c
--- /dev/null
+++ b/src/cmd/rio/mkfile
@@ -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