?? 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 + -