summaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2020-02-22 22:51:45 +0000
committerrodri <rgl@antares-labs.eu>2020-02-22 22:51:45 +0000
commit3ad78f8e124a6201726d7cba3771bc71a6adaa67 (patch)
tree2e5faf99172a9d4dcb5830e1e76a4ba495f76722 /mkfile
downloadgeod-master.tar.gz
geod-master.tar.bz2
geod-master.zip
now version controlled.HEADmaster
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/mkfile b/mkfile
new file mode 100644
index 0000000..298eaa4
--- /dev/null
+++ b/mkfile
@@ -0,0 +1,11 @@
+</$objtype/mkfile
+
+BIN=/$objtype/bin
+TARG=geod
+OFILES=\
+ main.$O\
+ geodesic.$O\
+
+HFILES=geodesic.h\
+
+</sys/src/cmd/mkone