Adapted to use of new linker & assembler.

This commit is contained in:
keie 1985-06-04 10:44:10 +00:00
parent a26a8318da
commit fa2547ddf7

View file

@ -1,4 +1,4 @@
if m68k2 -c $1 1>&2
then echo `basename $1 $2`.s
then echo `basename $1 $2`.o
else exit 1
fi