env.mk
来自「jos lab3代码」· MK 代码 · 共 16 行
MK
16 行
# 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 + =
减小字号Ctrl + -
显示快捷键?