From: ceriel Date: Mon, 2 Feb 1987 13:36:33 +0000 (+0000) Subject: Initial revision X-Git-Tag: release-5-5~4822 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ca1654eae2cdfde94a8949799eea06de69924deb;p=ack.git Initial revision --- diff --git a/mach/z80/libem/compmodule b/mach/z80/libem/compmodule new file mode 100755 index 000000000..ec9d18f34 --- /dev/null +++ b/mach/z80/libem/compmodule @@ -0,0 +1,4 @@ +if z80 -c $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi