makefile
来自「NTFS 磁盘系统 加载源代码」· 代码 · 共 14 行
TXT
14 行
# 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 + =
减小字号Ctrl + -
显示快捷键?