📄 mkfile.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -