plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

mkfile (134B)


      1 <$PLAN9/src/mkhdr
      2 
      3 TARG=htmlfmt
      4 OFILES=\
      5 	main.$O\
      6 	html.$O\
      7 	util.$O\
      8 
      9 HFILES=\
     10 	dat.h\
     11 	$PLAN9/include/html.h\
     12 
     13 
     14 <$PLAN9/src/mkone
     15