More adapted to use by march.

This commit is contained in:
keie 1985-06-04 10:30:18 +00:00
parent 3f83d34dd9
commit 531353e14d

View file

@ -1,2 +1,6 @@
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.s
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
then
echo `basename $1 $2`.o
else
exit 1
fi