Added compmodule

This commit is contained in:
ceriel 1991-09-16 12:47:00 +00:00
parent d04a7af13c
commit 3863f0d1a2
2 changed files with 7 additions and 0 deletions

View file

@ -13,3 +13,4 @@ proto.libem
proto.libend
proto.liboc
proto.make
compmodule

6
mach/proto/libg/compmodule Executable file
View file

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