浏览代码

Initial revision

ceriel 37 年之前
父节点
当前提交
868475b04f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      mach/i80/libem/compmodule

+ 4 - 0
mach/i80/libem/compmodule

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