makefile

来自「arm平台下的H264编码和解码源代码」· 代码 · 共 15 行

TXT
15
字号
all: ffmpeg-doc.html faq.html ffserver-doc.html ffplay-doc.html hooks.html \     ffmpeg.1 ffserver.1 ffplay.1%.html: %.texi Makefile	texi2html -monolithic -number $<%.pod: %-doc.texi	./texi2pod.pl $< $@%.1: %.pod	pod2man --section=1 --center=" " --release=" " $< > $@clean:	rm -f *.html *.pod *.1

⌨️ 快捷键说明

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