📄 rebuild
字号:
#!/bin/bash#export CFLAGS="-Wimplicit -Wreturn-type -Wuninitialized -g -O2"export CFLAGS="-Wall -g -O2 -ansi -U__STRICT_ANSI__"rm -f config.h configure Makefile config.cacherm -rf .depsautoheaderrm -f autoh*aclocalautomakeautoconf#sed 's/\\\.am/\\\.\[aA]\[mM]/' <missing >missing.tmp#mv missing.tmp missing./configuremake distmake cleanmake
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -