diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-11 20:43:48 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-11 20:43:48 +0200 |
commit | 94e39c482eb80039bd64e2bcc24da8fe61b25530 (patch) | |
tree | 96c97c8cdec1b5b6502e03aa4653a5c3d47adda4 /sys/src/ape | |
parent | 45f3c56a53334cc7614e1a5e55c938df4c7d5239 (diff) |
ape: explicitely list the ape libs to build in mkfile
Diffstat (limited to 'sys/src/ape')
-rw-r--r-- | sys/src/ape/lib/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/ape/lib/mkfile b/sys/src/ape/lib/mkfile index 58e187576..3762294d3 100644 --- a/sys/src/ape/lib/mkfile +++ b/sys/src/ape/lib/mkfile @@ -1,6 +1,6 @@ </$objtype/mkfile -DIRS=z `{ls -l | sed '/^d/!d; s/.* //; /\./d'} +DIRS=9 ap auth bio bsd bz2 draw fmt l mp net regexp sec utf v z none:V: echo mk all, install, installall, clean, or nuke |