1
0
ithewei 6 жил өмнө
parent
commit
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="."
+```