mkfile.txt
来自「Fax and soft modem source code. - Slow m」· 文本 代码 · 共 16 行
TXT
16 行
BUILTINS =
objs = tonedec.o sinegen.o goertzel.o equalize.o filters.o debug.o co_debug.o scramble.o myaudio.o mystdio.o
hdrs = tonedec.h sinegen.h goertzel.h equalize.h filters.h debug.h complex.h scramble.h myaudio.h mystdio.h private.h
library.a: $objs
rm -f library.a
ar cr library.a $objs
%.o: %.C $hdrs
gcc -O -c -I$MYLIB $stem.C
clean:
rm -f $objs
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?