compile_silk.sh 162 B

123456789
  1. #!/bin/bash -e
  2. # File: compile_silk.sh
  3. # Date: Tue Jun 16 22:26:49 2015 +0800
  4. # Author: Yuxin Wu <ppwwyyxxc@gmail.com>
  5. cd `dirname "$0"`/silk
  6. make
  7. make decoder