stew

a monorepo of some sort
git clone git://git.nsmpr.xyz/stew.git
Log | Files | Refs

mkfile (180B)


      1 </$objtype/mkfile
      2 
      3 TARG=noise
      4 BIN=.
      5 # OFILES=\
      6 #	main.$O\
      7 #	dnoise.$O\
      8 
      9 CFILES=`{echo *.c}
     10 OFILES=${CFILES:%.c=%.$O}
     11 
     12 HFILES=\
     13 	noise.h\
     14 	dnoise.h\
     15 	config.h\
     16 
     17 </sys/src/cmd/mkone