ref: f8de863602cfbb957733297cdaa2ee2e19a36f8b
parent: fc4bfd57d261e5c99c5d4367adf5c72e8c7e6496
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Sep 16 12:21:40 EDT 2019
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.
--- 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