mkfile (123B)
1 <$PLAN9/src/mkhdr 2 3 cc = ../wrapers/cc 4 ld = ld 5 cflags = -I.. 6 lib = ../libc.a 7 ofiles = main.$o 8 targ = app 9 10 <$PLAN9/src/mkone