Skip to content

Commit 5d3c68e

Browse files
added .bat build script
1 parent 122d09e commit 5d3c68e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.bat

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
git submodule init
2+
git submodule update
3+
rm -rf build
4+
mkdir build
5+
cd build
6+
qmake ../shorty
7+
make

0 commit comments

Comments
 (0)