depend.sh
来自「大师写的二代小波经典之作」· Shell 代码 · 共 9 行
SH
9 行
# depend: script for those compilers that don't have the -M option rm -f ${output-out}; \ for file \ do \ echo $file; \ # depending on where cpp is located; \ /lib/cpp -M $flags $file >> ${output-out}; \ done
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?