Initial revision

This commit is contained in:
ceriel
1988-04-06 14:49:41 +00:00
parent e25004012b
commit da052fb6ee
3 changed files with 36 additions and 0 deletions

4
mach/i80/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