aboutsummaryrefslogtreecommitdiff
path: root/src/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/mkfile')
-rw-r--r--src/mkfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mkfile b/src/mkfile
index bed2755a..87df6c14 100644
--- a/src/mkfile
+++ b/src/mkfile
@@ -9,6 +9,14 @@ DIRS=\
<mkdirs
+libs:V: libs-all
+
+libs-%:V:
+ for i in $LIBDIRS
+ do
+ (cd $i; mk $stem)
+ done
+
MKDIRS=\
libbio\
libregexp\