mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCRIPT_DIR=$(cd `dirname $0`; pwd)
|
|
ROOT_DIR=${SCRIPT_DIR}/..
|
|
|
|
cd ${ROOT_DIR}
|
|
make evpp
|