generating .o files

This commit is contained in:
ceriel
1987-02-02 13:07:28 +00:00
parent 345609b5ac
commit b96babed0a
6 changed files with 15 additions and 12 deletions

View File

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