Makefile重新学习
1. Makefile的规则
target ... : prerequisites ...
[tab]command
[tab]...
[tab]...
2. make 文件寻找
“GNUmakefile”、“makefile”、“Makefile”依次
分类目录归档:日常工作处理
target ... : prerequisites ...
[tab]command
[tab]...
[tab]...
“GNUmakefile”、“makefile”、“Makefile”依次
ctrl + h
正则替换 点击 .*
Find: ^\n
Replace: 什么也不填
replaceall
cat -A file
set invlist
git show --stat