Initial revision

This commit is contained in:
ceriel
1988-04-06 14:24:36 +00:00
parent 50cf97a378
commit 04cabf258d
6 changed files with 72 additions and 0 deletions

4
mach/m68020/libm2/compmodule Executable file
View File

@@ -0,0 +1,4 @@
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi