generating .o files
This commit is contained in:
parent
1e5253e9e5
commit
6aa3769e9f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
if ${MACH?ack} -DCPM -I../../../h ${MACHFL?} $1 1>&2
|
||||
then echo `basename $1 $2`.s
|
||||
else rm -f `basename $1 $2`.s
|
||||
then echo `basename $1 $2`.o
|
||||
else exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue