runmake.sh

来自「TI workshop 培训资料。 是关于如何创建DAVINCI平台下codec」· Shell 代码 · 共 8 行

SH
8
字号
#! /bin/sh# load environment variables from setpaths before invoking make. ../setpaths.sh# change into app directory and invoke make with script paramscd app; make $@

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?