Skip to content

Commit

Permalink
Restore deletion of all test-omp* artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Apr 3, 2024
1 parent ff43c1d commit 3e970e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ detect_openmp () {
}

detect_openmp
rm -f a.out test-omp.c
rm -f a.out test-omp.*

if [ "${R_OPENMP_ENABLED}" = "0" ]; then
echo "***"
Expand Down

0 comments on commit 3e970e0

Please sign in to comment.