Skip to content

Commit

Permalink
fix: create build dir before changing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
realstealthninja committed Aug 18, 2024
1 parent 4a97753 commit c22b3b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mkdir build &&
cd build &&
cmake .. &&
cmake --build ./cmake-build-release --target texto -j 8
cmake --build ./cmake-build-release --target texto -j 8

0 comments on commit c22b3b1

Please sign in to comment.