summaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrgl <devnull@localhost>2020-02-05 10:35:54 +0100
committerrgl <devnull@localhost>2020-02-05 10:35:54 +0100
commit23650a74a173f000b0d4014db1273df99869e4fa (patch)
tree82c17a1652c9005a40152b317c859cbce4be76dc /mkfile
downloadst-23650a74a173f000b0d4014db1273df99869e4fa.tar.gz
st-23650a74a173f000b0d4014db1273df99869e4fa.tar.bz2
st-23650a74a173f000b0d4014db1273df99869e4fa.zip
let's get started.
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/mkfile b/mkfile
new file mode 100644
index 0000000..53debf1
--- /dev/null
+++ b/mkfile
@@ -0,0 +1,10 @@
+</$objtype/mkfile
+
+BIN=$home/$objtype/bin
+TARG=st
+OFILES=\
+ main.$O\
+
+HFILES=dat.h fns.h
+
+</sys/src/cmd/mkone