makefile
来自「漏洞扫描源码,可以扫描linux,windows,交换机路由器」· 代码 · 共 22 行
TXT
22 行
include ../../nessus.tmplPLUGNAME=nessus_tcp_scanner# If you compile this plugin without -DNO_FLOAT# add -lm after $LIBSall : $(PLUGNAME).nes$(PLUGNAME).nes : $(PLUGNAME).c $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) -lm $(LIBUTIL) \ -rpath $(rootdir)/bin/plugins ../install_plug $(PLUGNAME) $(rootdir)clean : @rm -fr *.lo *.nes *.la .libs @rm -fr *.o.PHONY: standalonestandalone: $(CC) $(DEFS) -DSTANDALONE $(include) nessus_tcp_scanner.c -o standalone_tcp_scanner $(LIBS) -lm $(LIBUTIL)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?