summaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2020-02-20 22:02:08 +0000
committerrodri <rgl@antares-labs.eu>2020-02-20 22:02:08 +0000
commit168a16b70a928ed64061bdac7fc9d52235c3f9fc (patch)
tree50ad23804ba927af802d42f2b7a450200fcbf2a7 /mkfile
downloadballistics-168a16b70a928ed64061bdac7fc9d52235c3f9fc.tar.gz
ballistics-168a16b70a928ed64061bdac7fc9d52235c3f9fc.tar.bz2
ballistics-168a16b70a928ed64061bdac7fc9d52235c3f9fc.zip
git release.
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/mkfile b/mkfile
new file mode 100644
index 0000000..39e03e2
--- /dev/null
+++ b/mkfile
@@ -0,0 +1,13 @@
+</$objtype/mkfile
+
+BIN=/$objtype/bin/
+TARG=ballistics
+OFILES=\
+ main.$O\
+ util.$O\
+ vector.$O\
+ matrix.$O
+
+HFILES=dat.h fns.h
+
+</sys/src/cmd/mkone