makefile
来自「快速傅立叶变换程序代码,学信号的同学,可要注意了」· 代码 · 共 10 行
TXT
10 行
## newansi's Makefile#include ./cMakefile # to make anything, change directory to bin$ARCH and make it there# see ./binsun4/Makefile# and/or _Makefile for detailstest_quartic test_lu test_macII test_macIIc add_to_this_list: cd $(bin) ; make $@
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?