?? 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 + -