coreutils

custom mini coreutils
git clone git://git.evenfri.xyz/coreutils.git
Log | Files | Refs | README

mkfile (268B)


      1 <$PLAN9/src/mkhdr
      2 
      3 not_use_libc = 1
      4 
      5 ld = ld
      6 cflags = -I./libc
      7 lib = ./libc/libc.a
      8 
      9 targ =  init \
     10         echo \
     11         cat \
     12         pwd \
     13         ls \
     14         free \
     15         sh \
     16         touch \
     17         mkdir \
     18         rm \
     19 
     20 
     21 <$PLAN9/src/mkmany
     22 <$PLAN9/src/mkdirs