📄 makefile
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -