ack/mach/m68020/libem/compmodule

5 lines
65 B
Plaintext
Raw Normal View History

1987-01-29 23:30:46 +00:00
if m68020 -c $1 1>&2
1987-01-29 22:10:18 +00:00
then echo `basename $1 $2`.o
else exit 1
fi