Initial revision

This commit is contained in:
ceriel
1987-01-29 19:37:49 +00:00
parent c3acbabd05
commit 3ac219e8ae
4 changed files with 69 additions and 0 deletions

6
mach/m68020/libpc/compmodule Executable file
View File

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