Skip to content

Commit

Permalink
Fix typo in build_linux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yantor3d committed Jun 7, 2021
1 parent 085c79a commit c1b8778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ echo "(2) Finished in $compile_duration ms"
echo "(2) ----------------------------"
echo "(3) Cleaning.."

python ./scripts/mfn.py clean
python ./scripts/mfn.py clear

t3=$(date +%s.%N)
clean_duration=$(echo "(($t3 - $t2) * 1000)/1" | bc)
Expand Down

0 comments on commit c1b8778

Please sign in to comment.