makefile

来自「阿基米德操作系统的源代码」· 代码 · 共 18 行

TXT
18
字号

CFLAGS = -mcpu=i386 -Wall -fno-builtin -nostdinc -I../includetimerint.o: timerint.s	as timerint.s -o timerint.odo_timer.o: do_timer.c	gcc $(CFLAGS) -c -o do_timer.o do_timer.c
the_timer.o: timerint.o do_timer.o
	ld -r -o the_timer.o timerint.o do_timer.o
	sync
all:	the_timer.oclean:	rm -f *.o

⌨️ 快捷键说明

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