generate .o files

This commit is contained in:
ceriel 1987-01-28 22:26:27 +00:00
parent e69ccee1f7
commit eb0030af45
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,6 @@
SUF=o
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=i80" "SUF=s"
MACHDEF="MACH=i80" "SUF=$(SUF)" "ASAR=aal"
BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
install:

View file

@ -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