@@ -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="."