⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through
💻
字号:
TOP = ../..DEFS = include ../../Makefile.incOBJECTS = \	crc16.o \	xmodemreceive.o \	xmodemtransmit.o \	jump.oall: $(OBJECTS) $(BASELIB).PHONY : $(BASELIB)$(BASELIB):	$(AR) -rcs $@ ${OBJECTS}clean:	rm -f *.a *.o *.map *.srec *.disasm *.brec *.out *.bin *~ *.s

⌨️ 快捷键说明

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