5 lines
65 B
Plaintext
Executable File
5 lines
65 B
Plaintext
Executable File
if z80 -c -L $1 1>&2
|
|
then echo `basename $1 $2`.o
|
|
else exit 1
|
|
fi
|