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 </$objtype/mkfile
<../mkupas
OFILES=\ OFILES=\
auth.$O\ auth.$O\
@ -28,9 +27,12 @@ HFILES=imap4d.h\
fns.h\ fns.h\
TARG=imap4d TARG=imap4d
UPDATE=\ UPDATE=\
mkfile\ mkfile\
$HFILES\ $HFILES\
${OFILES:%.$O=%.c}\ ${OFILES:%.$O=%.c}\
</sys/src/cmd/mkone </sys/src/cmd/mkone
<../mkupas