jamulus/linux/deploy_linux.sh
Volker Fischer 7fb73001e6 added file
2010-04-12 18:45:16 +00:00

12 lines
126 B
Bash
Executable File

#!/bin/sh
cd ..
make distclean
sh bootstrap
./configure
make -j2
make dist
mv *.tar.gz deploy/llcon-version.tar.gz
cd linux