makefile
来自「linux下从网卡远程启动」· 代码 · 共 11 行
TXT
11 行
# Comment out the second command and uncomment the first command# below if you don't want to use libwrap (hosts.{allow,deny} access control)# If you don't have it in /var/log/subsys, uncomment and define#CFLAGS+=-DLOCKFILE_DIR=\"/var/log\"LIBWRAP=-lwrapp910nd: p910nd.c# $(CC) -Wall $(CFLAGS) -o $@ p910nd.c $(CC) -Wall $(CFLAGS) -DUSE_LIBWRAP -o $@ p910nd.c $(LIBWRAP)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?