ack/mach/m68k2/libsys/compmodule

5 lines
64 B
Plaintext
Raw Normal View History

1985-06-04 11:18:43 +00:00
if l68k2 -c $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi