qfmt/mkfile

14 lines
180 B
Plaintext
Raw Normal View History

2023-10-30 17:30:47 -04:00
</$objtype/mkfile
2023-10-31 18:43:33 -04:00
qfmt: main.$O lib.$O
$LD $LDFLAGS -o qfmt main.$O lib.$O
2023-11-03 19:24:10 -04:00
$O.qfmt: test.$O lib.$O
$LD $LDFLAGS -o $O.qfmt test.$O lib.$O
2023-11-02 15:47:38 -04:00
2023-11-03 19:24:10 -04:00
TEST=qfmt
2023-10-31 18:43:33 -04:00
</sys/src/cmd/mktest
#jl