rebuild

来自「this is the file used to browse web」· 代码 · 共 17 行

TXT
17
字号
#!/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 + =
减小字号Ctrl + -
显示快捷键?