| 
</$objtype/mkfile
TARG=Msgs
OFILES=\
		msgs.$O\
		util.$O\
		win.$O\
		tcmd.$O\
HFILES=dat.h
LIB=
BIN=/acme/bin/$objtype
UPDATE=\
	mkfile\
	$HFILES\
	${OFILES:%.$O=%.c}\
</sys/src/cmd/mkone
$O.out: $OFILES
	$LD -o $target  $LDFLAGS $OFILES
syms:V:
	8c -a msgs.c	>syms
	8c -aa mesg.c reply.c util.c win.c 	>>syms
export:V:
	mk clean
	contrib/push mails
 |