summaryrefslogtreecommitdiff
path: root/sys/src/ape/mkfile
diff options
context:
space:
mode:
authorTaru Karttunen <taruti@taruti.net>2011-03-30 15:46:40 +0300
committerTaru Karttunen <taruti@taruti.net>2011-03-30 15:46:40 +0300
commite5888a1ffdae813d7575f5fb02275c6bb07e5199 (patch)
treed8d51eac403f07814b9e936eed0c9a79195e2450 /sys/src/ape/mkfile
Import sources from 2011-03-30 iso image
Diffstat (limited to 'sys/src/ape/mkfile')
-rwxr-xr-xsys/src/ape/mkfile34
1 files changed, 34 insertions, 0 deletions
diff --git a/sys/src/ape/mkfile b/sys/src/ape/mkfile
new file mode 100755
index 000000000..8724b3bb6
--- /dev/null
+++ b/sys/src/ape/mkfile
@@ -0,0 +1,34 @@
+none:VQ:
+ echo usage: mk all, install, installall, cmd, cmd.install, lib, lib.install
+
+all:V:
+ mk lib.all
+ mk cmd.all
+ mk 9src.all
+
+lib.%:V:
+ cd lib
+ mk $stem
+
+lib.clean:V:
+ cd lib
+ rm -f .mk.$objtype
+ mk clean
+
+lib.nuke:V:
+ cd lib
+ rm -f .mk.$objtype
+ mk nuke
+
+cmd.%:V:
+ cd cmd
+ mk $stem
+
+9src.%:V:
+ cd 9src
+ mk $stem
+
+&:V:
+ mk lib.$stem
+ mk cmd.$stem
+ mk 9src.$stem