makefile

来自「unix网络编程的源码」· 代码 · 共 13 行

TXT
13
字号
# Generated automatically from Makefile.in by configure.
include ./Make.defines

all:
	@echo "Nothing to make in this directory"
	@echo "Please read the README file"

clean:
	rm -f $(CLEANFILES)
 
distclean:
	rm -f $(CLEANFILES) config.cache config.log config.status

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?