version generating .o files

This commit is contained in:
ceriel
1987-01-16 15:40:01 +00:00
parent aeb821c332
commit 979b18cbbd
3 changed files with 88 additions and 73 deletions

4
mach/ns/libsys/compmodule Executable file
View File

@@ -0,0 +1,4 @@
if ns -c $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi