Skip to content

Commit

Permalink
Merge pull request #38 from opencompl/christos/makefile-venv-clean
Browse files Browse the repository at this point in the history
Add removal of scripts venv
  • Loading branch information
compor authored Oct 23, 2023
2 parents f71adcc + d309bd6 commit 77002aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ KERNEL_DIRS=(

if [[ 0 -eq ${SKIP_CLEAN} ]]; then
make VENV_DIR=${VENV_DIR} -C ${XDSL_DIR} clean
rm -rf ${SCRIPTS_DIR}/${VENV_DIR}

for krnl in ${KERNEL_DIRS[@]}; do
make -C ${KERNEL_ROOT}/${krnl} -j $(nproc) clean
Expand Down

0 comments on commit 77002aa

Please sign in to comment.