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