ack/mach/z80/libsys/compmodule
1988-07-13 18:32:06 +00:00

5 lines
65 B
Plaintext
Executable file

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