Added exit in case of compilation failure
This commit is contained in:
parent
433346583e
commit
bd56763235
1 changed files with 4 additions and 2 deletions
|
@ -1,2 +1,4 @@
|
||||||
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
if ${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
|
||||||
echo `basename $1 $2`.s
|
then echo `basename $1 $2`.s
|
||||||
|
else exit 1
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue