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