aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2012-06-12 12:08:35 +0200
committerJustin Bedo <cu@cua0.org>2012-06-12 12:08:35 +0200
commit06a376f7f913bd57a1256898a04882818deaefa4 (patch)
tree33423384477ee90ccf022f29f4685bccc2a3874e /mkfile
Initial implementation
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..f7f40f8
--- /dev/null
+++ b/mkfile
@@ -0,0 +1,11 @@
+</$objtype/mkfile
+
+LIB=/$objtype/lib/json.a
+
+HFILES=\
+ json.h\
+
+OFILES=\
+ json.$O\
+
+</sys/src/cmd/mklib