*** empty log message ***
This commit is contained in:
parent
ae27a86236
commit
08632dc7bd
2
mach/z80/libcc/compmodule
Executable file
2
mach/z80/libcc/compmodule
Executable file
|
@ -0,0 +1,2 @@
|
|||
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||||
echo `basename $1 $2`.s
|
2
mach/z80/libpc/compmodule
Executable file
2
mach/z80/libpc/compmodule
Executable file
|
@ -0,0 +1,2 @@
|
|||
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||||
echo `basename $1 $2`.s
|
2
mach/z8000/libcc/compmodule
Executable file
2
mach/z8000/libcc/compmodule
Executable file
|
@ -0,0 +1,2 @@
|
|||
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||||
echo `basename $1 $2`.s
|
2
mach/z8000/libpc/compmodule
Executable file
2
mach/z8000/libpc/compmodule
Executable file
|
@ -0,0 +1,2 @@
|
|||
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||||
echo `basename $1 $2`.s
|
Loading…
Reference in a new issue