📄 env.mk
字号:
# env.mk - configuration variables for the JOS lab# '$(V)' controls whether the lab makefiles print verbose commands (the# actual shell commands run by Make), as well as the "overview" commands# (such as '+ cc lib/readline.c').## For overview commands only, the line should read 'V = @'.# For overview and verbose commands, the line should read 'V ='.V = @# If your system-standard GNU toolchain is ELF-compatible, then comment# out the following line to use those tools (as opposed to the i386-jos-elf# tools that the 6.828 make system looks for by default).## GCCPREFIX=''
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -