📄 makefile
字号:
############################################################################
# Pick up the default build rules
#
include $(SHARP_EVB_INST_DIR)/Software/MakeRules/make.$(SOC)$(TOOL)
############################################################################
# Arm speciic flags
#
ifeq ($(TOOL), arm)
CFLAGS += -DARMBUILD
endif
############################################################################
# Pick up the .s and .c files in the directory
#
OBJS = $(SRC:%.c=%.o) $(ASM:%.s=%.o)
############################################################################
# Compile the code
#
include $(SHARP_EVB_INST_DIR)/Software/MakeRules/make.$(SOC)default
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -