makefile

来自「linux 内核源代码」· 代码 · 共 9 行

TXT
9
字号
# This creates the demonstration utility "lguest" which runs a Linux guest.CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../includeLDLIBS:=-lzall: lguestclean:	rm -f lguest

⌨️ 快捷键说明

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