10 lines
140 B
Bash
Executable File
10 lines
140 B
Bash
Executable File
#!/bin/bash -e
|
|
# File: compile_silk.sh
|
|
# Date: Tue Jun 16 22:26:49 2015 +0800
|
|
# Author: Yuxin Wu
|
|
|
|
cd `dirname "$0"`/silk
|
|
make
|
|
make decoder
|
|
|