浏览代码

fixed bug in readme

Former-commit-id: 6d6c3b4e30f4acb4605a77da80859c74bc55df03
Alec Jacobson 11 年之前
父节点
当前提交
74664b61f2
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -111,10 +111,9 @@ To build the tetgen library and executable on Mac OS X issue:
     cd external/tetgen
     make clean
     rm -f obj/*.o
-    make -f Makefile.igl tetlib
-    rm -f obj/*.o
-    rm tetgen
     make -f Makefile.igl tetgen
+    rm -f obj/*.o
+    make -f Makefile.igl tetlib
 
 ##### Installing Embree 2.0 #####
 To build the embree library and executables on Mac OS X issue: