ithewei 6 vuotta sitten
vanhempi
commit
504e74dfb8
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  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="."
+```