ack/mach/m68020/libem/compmodule
1987-01-29 23:30:46 +00:00

5 lines
65 B
Plaintext
Executable file

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