makefile.am

来自「2003年机器人足球世界杯2D仿真组冠军的源程序。在此程序的基础上诞生了一批很强」· AM 代码 · 共 19 行

AM
19
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?