makefile
来自「SystemC片上系统设计的源代码: 书籍介绍: SystemC是被实践证明」· 代码 · 共 10 行
TXT
10 行
TOPDIR=../..# This Makefile requires the definition of thes environment variables:## TOPDIR The directory where Makefile.rules resides.# Usually this would be ${SCV_INSTALL}/examples.SOURCE_FILES=test.ccinclude ${TOPDIR}/Makefile.rules
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?