*** empty log message ***

This commit is contained in:
keie 1984-10-26 11:47:56 +00:00
parent ae27a86236
commit 08632dc7bd
4 changed files with 8 additions and 0 deletions

2
mach/z80/libcc/compmodule Executable file
View file

@ -0,0 +1,2 @@
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.s

2
mach/z80/libpc/compmodule Executable file
View file

@ -0,0 +1,2 @@
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.s

2
mach/z8000/libcc/compmodule Executable file
View file

@ -0,0 +1,2 @@
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.s

2
mach/z8000/libpc/compmodule Executable file
View file

@ -0,0 +1,2 @@
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.s