📄 makefile
字号:
#----------------------------------------------------------------------------# Make Workspace## MakeWorkspaceCreator.pm,v 1.18 2006/01/23 18:09:34 elliott_c Exp## This file was generated by MPC. Any changes made directly to# this file will be lost the next time it is generated.## MPC Command:# /root/MPC/mwc.pl -type make#----------------------------------------------------------------------------all: algorithmclean depend generated realclean $(CUSTOM_TARGETS): @$(MAKE) -f Makefile.algorithm $(@).PHONY: algorithmalgorithm: @$(MAKE) -f Makefile.algorithm generated allproject_name_list: @echo algorithm
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -