📄 makefile
字号:
GCC=gcc#CFLAGS = -Wall -Wstrict-prototypes -I../../../includeCFLAGS = -Wall -Wstrict-prototypesall : vfs_testvfs_test: vfs_test.c ../vfs.c ../vfs.h $(GCC) $(CFLAGS) -o $@ $<vfs_test:clean: @rm -vf *.o @rm -vf vfs_test
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -