Skip to content

Commit

Permalink
Merge branch 'master' into recode-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Jul 22, 2023
2 parents 93614ce + d4d9adf commit dd8d75f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build-debug.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

BUILD_DIR=build/debug

mkdir -p ${BUILD_DIR}
Expand Down
2 changes: 2 additions & 0 deletions scripts/build-release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

BUILD_DIR=build/release

mkdir -p ${BUILD_DIR}
Expand Down
2 changes: 2 additions & 0 deletions scripts/clean.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

BASE_BUILD_DIR=build

rm -rf ${BASE_BUILD_DIR}

0 comments on commit dd8d75f

Please sign in to comment.