ithewei 6 年之前
父节点
当前提交
504e74dfb8
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -37,5 +37,11 @@ hw 是一套跨平台c++工具集,类名以H开头
 ## other
 
 - Makefile: 通用Makefile模板
-- main.cpp.tmp: 通用main.cpp模板
+- hmain.cpp.tmpl: 通用main.cpp模板
 
+## BUILD
+
+```
+mv hmain.cpp.tmpl hmain.cpp
+make DIRS="."
+```