Skip to content

Commit

Permalink
Build script improved to build the RP generator
Browse files Browse the repository at this point in the history
  • Loading branch information
e-ago committed Aug 16, 2018
1 parent 527de32 commit 6dcb39d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ cd src_HashExtractor && make clean && make
cd ..
mv src_HashExtractor/bitcracker_hash build 2> /dev/null

printf "\n====== Build BitCracker Recovery Password generator ======\n"
cd src_RPGenerator && make clean && make
cd ..
mv src_RPGenerator/bitcracker_rpgen build 2> /dev/null

printf "\n====== Build BitCracker CUDA version ======\n"
cd src_CUDA && make clean && make
cd ..
Expand Down

0 comments on commit 6dcb39d

Please sign in to comment.