makefile

来自「uC_OS-II to the x86 protected mode」· 代码 · 共 10 行

TXT
10
字号
# Makefile
#
# Constructs Entry.obj, the entry point for MyTask

all: Entry.obj

.asm.obj:
    ml /c /Fl /coff $*.asm

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?