source.mf
来自「epson公司的一个关于s1d13706的低层驱动程序」· MF 代码 · 共 17 行
MF
17 行
# source.mf makefile fragment for 'play' app
FRAGMENTS := $(FRAGMENTS) $(TopDir)/$(CHIPNAME)play/source.mf
# add this app to the list of all apps
APPS := $(APPS) $(CHIPNAME)play
# list of all the source/object files for this app
# list the basename only, without extension
FILES.$(CHIPNAME)play := $(CHIPNAME)play
# specify which targets this program can be built for
TARGETS.$(CHIPNAME)play := $(ALLTARGETS)
# end of source.mf
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?