📄 makefile
字号:
## ======== makefile ========# GNUmake-based makefile.## include the files that defines XDC package, paths and build rulesAUDCP_ROOTDIR := $(CURDIR)/..include $(AUDCP_ROOTDIR)/xdcpaths.mak# [CE] add the examples directory itself to the list of paths to packagesXDC_PATH := $(AUDCP_ROOTDIR);$(XDC_PATH)include $(AUDCP_ROOTDIR)/xdcrules.mak
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -