mkfile 242 B

12345678910
  1. </$objtype/mkfile
  2. none:VQ:
  3. echo mk all, install, clean, nuke, installall, update
  4. all install clean nuke installall update:V:
  5. @{cd bin/source; mk $target}
  6. @{cd mail/src; mk $target}
  7. @{cd news/src; mk $target}
  8. @{cd wiki/src; mk $target}