Initial revision
authorceriel <none@none>
Mon, 2 Feb 1987 13:11:35 +0000 (13:11 +0000)
committerceriel <none@none>
Mon, 2 Feb 1987 13:11:35 +0000 (13:11 +0000)
mach/z80/libmon/compmodule [new file with mode: 0755]
mach/z80/libsys/compmodule [new file with mode: 0755]

diff --git a/mach/z80/libmon/compmodule b/mach/z80/libmon/compmodule
new file mode 100755 (executable)
index 0000000..ec9d18f
--- /dev/null
@@ -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 (executable)
index 0000000..ec9d18f
--- /dev/null
@@ -0,0 +1,4 @@
+if z80 -c $1 1>&2
+then echo `basename $1 $2`.o
+else exit 1
+fi