ack/mach/m68020/libem/compmodule
1987-01-29 22:10:18 +00:00

5 lines
67 B
Plaintext
Executable file

if ${MACH?} -c $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi