makefile
来自「功能强大的文本编辑器」· 代码 · 共 20 行
TXT
20 行
# filename of this makefile
MAKEFILE = Makefile
include mk_macros_cl2.ips
# name of the executable program to be installed in dir : $(DEST_EXE_DIR)
EXECUTABLE = mbedit
# List of the source files depending on the specified project
include MK_SRC_$(PROJECT)
#############################################################################
# the filename for the deps file, that will be new created by "make depend":
MAKE_DEPEND_FILE = ./MD_$(PROJECT).$(EXECUTABLE)
##### DON'T CHANGE THE NEXT LINES, "make depend" depends on this ############
include $(MAKE_DEPEND_FILE)
include $(MAKE_TOOL_DIR)/mk_rules_cl.mf
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?