Initial revision
This commit is contained in:
parent
a2599744f0
commit
6a4a13d041
4
mach/m68k4/libsys/compmodule
Executable file
4
mach/m68k4/libsys/compmodule
Executable file
|
@ -0,0 +1,4 @@
|
|||
if m68k4 -c $1 1>&2
|
||||
then echo `basename $1 $2`.o
|
||||
else exit 1
|
||||
fi
|
Loading…
Reference in a new issue