makefile

来自「实现在s3c2440平台上进行音频采集与回放」· 代码 · 共 9 行

TXT
9
字号
audio:sndtools.o test.o	arm-linux-gcc -o audio sndtools.o test.osndtools.o:sndtools.h sndtools.c	arm-linux-gcc -c sndtools.ctest.o:sndtools.h test.c	arm-linux-gcc -c test.cclean:	rm -f sndtools.o test.o

⌨️ 快捷键说明

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