ack/mach/minixST/libsys/compmodule
1988-04-19 10:33:07 +00:00

5 lines
74 B
Plaintext
Executable file

if minixST -c -L -LIB $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi