makefile
来自「Aircrack-ng is an 802.11 WEP and WPA-PSK」· 代码 · 共 18 行
TXT
18 行
AG_ROOT = ..include $(AG_ROOT)/common.makMP_FILES = airgraph-ng.1 dump-join.1default: allall: @echo Nothing to do. Run make install install: uninstall install -d $(DESTDIR)$(mandir) install -m 644 $(MP_FILES) $(DESTDIR)$(mandir)uninstall: @-$(foreach CUR_MP,$(MP_FILES), rm -f $(DESTDIR)$(mandir)/$(CUR_MP); echo rm -f $(DESTDIR)$(mandir)/$(CUR_MP); )
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?