?? makefile
字號:
# Make front end for the NTFS driver.# Replace with appropriate platform specific Makefile if desiredall: @echo Please specify a platform: 'make linux' or 'make bsd'linux: ln -s linux.mk makefile ${MAKE} ${MFLAGS}bsd: ln -s bsd.mk makefile ${MAKE} ${MFLAGS}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -