📄 makefile
字号:
ifndef FD32FD32 = ../../../fd32endififndef OSLIBOSLIB = ../../../oslibendifinclude $(FD32)/config.mkVPATH = ../srcOBJS1 = ata_test.o OBJS2 = pck-cmd.o fd32.oOBJS3 = cd-test.o C_OPT = -Wall -Os -fno-builtin -nostdinc -D__GNU__ -I. -I$(FD32)/include -I$(OSLIB) -I../../include/fd32 -I../includeLINK_OPT = -Bstatic.PHONY: all cleanall: atatest.com cdrom.o cdtest.com $(CP) atatest.com .. $(CP) cdtest.com .. $(CP) cdrom.o ..atatest.com: $(OBJS1) $(LD) $(LINK_OPT) $(OBJS1) -r -s -o atatest.comcdtest.com: $(OBJS3) $(LD) $(LINK_OPT) $(OBJS3) -r -s -o cdtest.comcdrom.o: $(OBJS2) $(LD) $(LINK_OPT) $(OBJS2) -r -s -o cdrom.oclean : $(RM) *.o $(RM) *.com
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -