makefile

来自「speech signal process tools」· 代码 · 共 13 行

TXT
13
字号
all:	testana testpit testsdtestana: testana.c	cc testana.c  -g -lsps -o testanatestpit: testpit.c	cc testpit.c -g -lsps -o testpittestsd: testsd.c	cc testsd.c -g -lsps -o testsdclean:	rm testana testsd testpit testana.ana testpit.pit testsd.sd

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?