makefile

来自「Lib files of linux kernel」· 代码 · 共 12 行

TXT
12
字号
## This is a modified version of zlib, which does all memory# allocation ahead of time.## This is the compression code, see zlib_inflate for the# decompression code.#obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.ozlib_deflate-objs := deflate.o deftree.o deflate_syms.o

⌨️ 快捷键说明

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