ack/mach/sun3/libsys/compmodule
1987-02-20 14:36:01 +00:00

5 lines
68 B
Plaintext
Executable file

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