diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-09-16 16:21:40 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-09-16 16:21:40 +0200 |
commit | f8de863602cfbb957733297cdaa2ee2e19a36f8b (patch) | |
tree | fc80dfcf597ec5a7e87065b6e3c76e6e2526f194 /sys/src/ape | |
parent | fc4bfd57d261e5c99c5d4367adf5c72e8c7e6496 (diff) |
ape: don't hardcode list of ape library directories in /sys/src/ape/lib/mkfile
this change allows one to drop library directories (like
freetype) into /sys/src/ape/lib/ and have them built without
having to change the 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 6c24c3674..2a502e4d5 100644 --- a/sys/src/ape/lib/mkfile +++ b/sys/src/ape/lib/mkfile @@ -1,6 +1,6 @@ </$objtype/mkfile -DIRS=9 ap auth bio bsd bz2 draw fmt l mp net sec utf v z +DIRS=`{echo */} none:V: echo mk all, install, installall, clean, or nuke |