makefile

来自「The Packet Debugger, pdb is a program wh」· 代码 · 共 19 行

TXT
19
字号
## File: $Id:$## Author: George V. Neville-Neil## Documentation Makefile for the Packet Debugger.  You can build# various versions of the docs from here..SUFFIXES: .tex .pdfSRCS= pdb.texall: ${SRCS:S/.tex/.pdf/}.tex.pdf:	pdflatex ${.IMPSRC}clean::	rm -rf *.pdf *.html *.out *.log

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?