Initial revision

This commit is contained in:
ceriel 1986-07-22 11:07:48 +00:00
parent f45f393b71
commit aee6a1648a

4
mach/m68k4/libem/compmodule Executable file
View file

@ -0,0 +1,4 @@
if m68k4 -c $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi