diff --git a/mach/z80/libmon/compmodule b/mach/z80/libmon/compmodule new file mode 100755 index 000000000..ec9d18f34 --- /dev/null +++ b/mach/z80/libmon/compmodule @@ -0,0 +1,4 @@ +if z80 -c $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi diff --git a/mach/z80/libsys/compmodule b/mach/z80/libsys/compmodule new file mode 100755 index 000000000..ec9d18f34 --- /dev/null +++ b/mach/z80/libsys/compmodule @@ -0,0 +1,4 @@ +if z80 -c $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi