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