fix(mk): removed directive for mk to delete build directory every run
This commit is contained in:
5
mk
5
mk
@@ -1,10 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Check if the build directory is present, and remove it
|
|
||||||
if [ -d "build" ]; then
|
|
||||||
rm -rf build
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Check for the --noTest flag
|
# Check for the --noTest flag
|
||||||
if [[ "$1" == "--noTest" ]]; then
|
if [[ "$1" == "--noTest" ]]; then
|
||||||
meson setup build -Dbuild_tests=false
|
meson setup build -Dbuild_tests=false
|
||||||
|
|||||||
Reference in New Issue
Block a user