makefile
来自「php 开发的内容管理系统」· 代码 · 共 21 行
TXT
21 行
.PHONY: help test test-lighthelp: # Run 'make test' to run the parser tests. # Run 'make doc' to run the phpdoc generation. # Run 'make doxydoc' (unsupported doxygen generation).test: php parserTests.phptest-light: php parserTests.php --color=lightdoc: php mwdocgen.php -all echo 'Doc generation done. Look at ./docs/html/'doxydoc: cd .. && doxygen maintenance/mwdoxygen.cfg echo 'Doc generation done. Look at ./docs/html/'
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?