summaryrefslogtreecommitdiffstats
path: root/jacs/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'jacs/mkfile')
-rw-r--r--jacs/mkfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/jacs/mkfile b/jacs/mkfile
new file mode 100644
index 0000000..eeebb9a
--- /dev/null
+++ b/jacs/mkfile
@@ -0,0 +1,24 @@
+</$objtype/mkfile
+BIN=/$objtype/bin
+
+TARG=jacs
+OFILES=\
+ dat.$O\
+ roster.$O\
+ recv.$O\
+ jacs.$O\
+
+HFILES=\
+ roster.h\
+ dat.h\
+ recv.h\
+ jacs.h\
+
+UPDATE=\
+ mkfile\
+ $HFILES\
+ ${OFILES:%.$O=%.c}\
+ ${TARG:%=/386/bin/%}\
+
+</sys/src/cmd/mkone
+