makefile
来自「GNU FreeDOS兼容MS DOS很好的东东.」· 代码 · 共 30 行
TXT
30 行
## makefile for DOS-C boot## $Id: makefile,v 1.6 2003/09/15 10:46:22 bartoldeman Exp $#!include "../mkfiles/generic.mak"production: fat12com.bin fat16com.bin fat32chs.bin fat32lba.binfat12com.bin: boot.asm $(NASM) -dISFAT12 boot.asm -ofat12com.binfat16com.bin: boot.asm $(NASM) -dISFAT16 boot.asm -ofat16com.binfat32chs.bin: boot32.asm $(NASM) boot32.asm -ofat32chs.binfat32lba.bin: boot32lb.asm $(NASM) boot32lb.asm -ofat32lba.binclobber: clean -$(RM) *.bin status.meclean: -$(RM) *.lst *.map *.bak *.obj
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?