added file
This commit is contained in:
parent
6c8e9e8524
commit
7fb73001e6
1 changed files with 11 additions and 0 deletions
11
linux/deploy_linux.sh
Executable file
11
linux/deploy_linux.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
cd ..
|
||||
|
||||
make distclean
|
||||
sh bootstrap
|
||||
./configure
|
||||
make -j2
|
||||
make dist
|
||||
|
||||
mv *.tar.gz deploy/llcon-version.tar.gz
|
||||
cd linux
|
Loading…
Reference in a new issue