makefile
来自「在AVR单片机上使用的一款RTOS」· 代码 · 共 26 行
TXT
26 行
all: ru_time.stamp en_time.stampdocclean: rm -r ./ru rm -r ./enclean: rm ./ru_time.stamp rm ./en_time.stamp rm ./Doxyfile_en rm ./Doxyfile_ruen_time.stamp: Doxyfile_en ../../groups.txt ../../mainpage.txt doxygen ./Doxyfile_en touch ./en_time.stampru_time.stamp: Doxyfile_ru ../../groups.txt ../../mainpage.txt doxygen ./Doxyfile_ru touch ./ru_time.stampDoxyfile_ru:Doxyfile project.conf part_ru cat ./project.conf ./part_ru ./Doxyfile > ./Doxyfile_ruDoxyfile_en:Doxyfile project.conf part_en cat ./project.conf ./part_en ./Doxyfile > ./Doxyfile_en
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?