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.
This commit is contained in:
cinap_lenrek 2019-09-16 16:21:40 +02:00
parent fc4bfd57d2
commit f8de863602

View file

@ -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