summaryrefslogtreecommitdiff
path: root/acme/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'acme/mkfile')
-rwxr-xr-xacme/mkfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/acme/mkfile b/acme/mkfile
new file mode 100755
index 000000000..fc6fc9abe
--- /dev/null
+++ b/acme/mkfile
@@ -0,0 +1,10 @@
+</$objtype/mkfile
+
+none:VQ:
+ echo mk all, install, clean, nuke, installall, update
+
+all install clean nuke installall update:V:
+ @{cd bin/source; mk $target}
+ @{cd mail/src; mk $target}
+ @{cd news/src; mk $target}
+ @{cd wiki/src; mk $target}