7 lines
58 B
Bash
Executable File
7 lines
58 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
cd `dirname "$0"`/silk
|
|
make
|
|
make decoder
|
|
|