makefile
来自「RADIUS 服务器介绍 RADIUS服务器支持标准的RADIUS协议」· 代码 · 共 16 行
TXT
16 行
## 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 + =
减小字号Ctrl + -
显示快捷键?