📄 makefile.am
字号:
## Makefile.am for pursuit server top directory## process subdirecty srcSUBDIRS=src ## add configuration file of doxygen to distributionEXTRA_DIST=README start.sh windows/start-team.bat windows/bcc32.cfg windows/ilink32.cfg windows/Makefile ## make doc will create doxygen output (if doxygen is installed)doc: doxygen doc/doxygen.cfg## Clean doc/html directory where doxygen places its outputCLEANFILES=doc/html/*## to make sure make doc will always call doxygen rule.PHONY: doc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -