📄 makefile
字号:
all: html text info texinfo cleanhtml: build rm -f libnet.html cp -f src/libnet.html .text: build rm -f libnet.txt cp -f src/libnet.txt .info: build rm -f libnet.info cp -f src/libnet.info .texinfo: build rm -f libnet.txi cp -f src/libnet.txi .build: $(MAKE) -C srcclean: $(MAKE) -C src verycleanveryclean: clean rm -f libnet*.*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -