Added compmodule
This commit is contained in:
parent
d04a7af13c
commit
3863f0d1a2
2 changed files with 7 additions and 0 deletions
|
@ -13,3 +13,4 @@ proto.libem
|
||||||
proto.libend
|
proto.libend
|
||||||
proto.liboc
|
proto.liboc
|
||||||
proto.make
|
proto.make
|
||||||
|
compmodule
|
||||||
|
|
6
mach/proto/libg/compmodule
Executable file
6
mach/proto/libg/compmodule
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
if ${MACH?} ${MACHFL?} -c $1 1>&2
|
||||||
|
then
|
||||||
|
echo `basename $1 $2`.${SUF?}
|
||||||
|
else
|
||||||
|
exit 1
|
||||||
|
fi
|
Loading…
Reference in a new issue