📄 makefile
字号:
## This file is just like 'Makefile', but with the comments stripped out.# It shows just how small the 'Makefile' really can be.#TARGET = rlm_dictionarySRCS = rlm_dictionary.cHEADERS = RLM_CFLAGS =RLM_LIBS = include ../rules.mak$(STATIC_OBJS): $(HEADERS)$(DYNAMIC_OBJS): $(HEADERS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -