makefile

来自「一个操作系统的源码部分」· 代码 · 共 7 行

TXT
7
字号
LD	=ld

OBJS  = head.o main.o unistd.o stdio.o gui.o queue.o font.o vsprintf.o


test.o: $(OBJS)
	$(LD) -o test.o -Ttext 0x0 -e start $(OBJS)

⌨️ 快捷键说明

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