Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
- |
1 |
</$objtype/mkfile
|
|
|
2 |
|
|
|
3 |
none:VQ:
|
|
|
4 |
echo mk all, install, clean, nuke, installall, update
|
|
|
5 |
|
|
|
6 |
all install clean nuke installall update:V:
|
|
|
7 |
@{cd bin/source; mk $target}
|
|
|
8 |
@{cd mail/src; mk $target}
|
|
|
9 |
@{cd news/src; mk $target}
|
|
|
10 |
@{cd wiki/src; mk $target}
|