Skip to content

Commit 598df5e

Browse files
Hmmmm..
1 parent 063d976 commit 598df5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ner_environment/build_system/build_system.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def build(profile: str = typer.Option(None, "--profile", "-p", callback=unsuppor
6060
# Clean main build directory and any subproject build directories
6161
clean_cmd = """
6262
cd /home/app && \
63-
rm -rf build Appli/build Boot/build && \
64-
find . -name CMakeCache.txt -delete
63+
cmake --build build --target clean && \
64+
rm -rf build &&
6565
"""
6666
run_command(["docker", "compose", "run", "--rm", "ner-gcc-arm", "bash", "-c", clean_cmd], stream_output=True)
6767
print("[blue]Cleaned build directories.[/blue]")

0 commit comments

Comments
 (0)