From: ceriel Date: Mon, 2 Feb 1987 13:11:35 +0000 (+0000) Subject: Initial revision X-Git-Tag: release-5-5~4824 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9cd6325ee17310dfb09dba5a4a9e6858dafa9a10;p=ack.git Initial revision --- 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