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

📄 imakefile

📁 linux上实现的多种型号的AVR模拟器
💻
字号:
INCLUDES = $(XPM_INCLUDES)DEPLIBS = XmClientDepLibsLOCAL_LIBRARIES = XmClientLibsSYS_LIBRARIES = -lpthreadCCOPTIONS = -ansi -g -WallSRCS =  avr_simulator.c \	func_command.c \	hardware.c \	menu_options.c \        menu_memory.c \	buttons_menu.c \	xs_wtip.c \	help.c \OBJS =	avr_simulator.o \	func_command.o \	hardware.o \	menu_options.o \        menu_memory.o \	buttons_menu.o \	xs_wtip.o \	help.o \PROGRAMS = avr_simulatorNormalLibraryObjectRule()MComplexProgramTarget($(PROGRAMS),$(LOCAL_LIBRARIES),$(SYSLIBS))

⌨️ 快捷键说明

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