plan9port/src/mklib

14 lines
162 B
Text
Raw Normal View History

2004-04-15 15:10:19 +00:00
default:V: $LIB
$LIB: $OFILES
$AR rvc $LIB $newprereq
&:n: &.$O
$AR rvc $LIB $stem.$O
all install:V: $LIB
2004-04-19 19:35:17 +00:00
CLEANFILES=$CLEANFILES $LIB
2004-04-15 15:10:19 +00:00
<$PLAN9/src/mkcommon