makefile
来自「伯克利大学的一个ftp协议的实现源代码,包括客户端和服务器端.」· 代码 · 共 14 行
TXT
14 行
DIRS=support ftpdTARGETS=all clean install## This piece of somewhat dubious gmake hackery applies each of the listed# targets in each of the listed dirs. The first listed target is the# default.$(TARGETS): %: $(patsubst %, %.%, $(DIRS))$(foreach TGT, $(TARGETS), $(patsubst %, %.$(TGT), $(DIRS))): $(MAKE) -C $(subst ., , $@)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?