tbftss/build/linux/build.sh

18 lines
140 B
Bash
Raw Normal View History

2015-12-05 09:42:10 +01:00
#!/bin/bash -e
2015-12-05 16:47:57 +01:00
cd `dirname $0`
2015-12-05 09:42:10 +01:00
BUILDROOT="build/linux"
cd ../..
VERSION=$1
REVISION=$2
SIZE=0
make clean
make
make dist
rm -rf tbftss