makefile
来自「Etherboot 是一个用来创建ROM images的软件包」· 代码 · 共 9 行
TXT
9 行
# Comment out the second command and uncomment the first command# below if you don't want to use libwrap (hosts.{allow,deny} access control)LIBWRAP=-lwrapp910nd: p910nd.c# $(CC) -Wall -o $@ p910nd.c $(CC) -Wall -DUSE_LIBWRAP -o $@ p910nd.c $(LIBWRAP)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?