diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mklib | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ default:V: $LIB -$LIB: $OFILES - $AR rvc $LIB $newprereq +$LIB(%):N: % +$LIB: ${OFILES:%=$LIB(%)} + $AR rvc $LIB `membername $newprereq` &:n: &.$O $AR rvc $LIB $stem.$O |