Skip to content

Commit

Permalink
运行前加个输出
Browse files Browse the repository at this point in the history
  • Loading branch information
wi1dcard committed Apr 2, 2018
1 parent 7adb2e2 commit 9484e78
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build_and_run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ del build\*.* /Q /F
del output_pcm\*.* /Q /F
cd build

cmake .. -G "MinGW Makefiles" && ^
make -j4 && ^
copy vad-demo.exe .. && ^
cmake .. -G "MinGW Makefiles" && ^
make -j4 && ^
copy vad-demo.exe .. && ^
echo #-----------build succeeded----------# && ^
..\vad-demo.exe

cd ..

0 comments on commit 9484e78

Please sign in to comment.