📄 makefile
字号:
all: server myshell @echo @echo Building server and myshell is doneserver: fs_server.c fs_server.h gcc -o server fs_server.cmyshell: myfilelib.o myshell.c myfilesys.h gcc -o myshell myfilelib.o myshell.cmyfilelib.o: myfilelib.c myfilelib.h gcc -o myfilelib.o -c myfilelib.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -