imap4d: fix mkfile to have the correct default target

This commit is contained in:
cinap_lenrek 2020-07-05 21:16:41 +02:00
parent fc2a3496fe
commit 24dcdb54b8

View file

@ -1,5 +1,4 @@
</$objtype/mkfile
<../mkupas
OFILES=\
auth.$O\
@ -28,9 +27,12 @@ HFILES=imap4d.h\
fns.h\
TARG=imap4d
UPDATE=\
mkfile\
$HFILES\
${OFILES:%.$O=%.c}\
</sys/src/cmd/mkone
<../mkupas