ack/mach/minixST/libsys/compmodule

5 lines
74 B
Plaintext
Raw Normal View History

1988-04-19 10:33:07 +00:00
if minixST -c -L -LIB $1 1>&2
1988-04-19 09:34:37 +00:00
then echo `basename $1 $2`.o
else exit 1
fi