Skip to content
Snippets Groups Projects
Commit 33aa8f72 authored by akiraohgaki's avatar akiraohgaki
Browse files

Update build script

parent 830ec791
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ cd `dirname $0`
build_ubuntu() {
mkdir ./build
cp -r ../src ./build/
cp ../Makefile ./build/
cp ../*.pro ./build/
cp ../*.pri ./build/
cp -r ./ubuntu/debian ./build/
cd ./build
debuild -uc -us -b
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment