📄 makefile
字号:
############################
# Part 1: LOCAL DEFINITIONS
TOP = ../..
#############################
# Part 2: COMMON MAKE PARAMETERS
include $(TOP)/make.proj
#############################
# Part 3: LOCAL SOURCES
DIRS = src test
##############################
# Part 4: LOCAL TARGETS
include $(CONFIG_DIR)/NormalNodeTargets
#############################
# Part 5: COMMON RULES and
# and default Targets
include $(CONFIG_DIR)/make.rules
#############################
# Part 6: DEPENDENCIES
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -