Skip to content

Commit

Permalink
make: fix clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed Jun 26, 2024
1 parent 3549b14 commit 73f2ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ ${pkg}:

lib: ${slate} ${matgen}

clean: test/clean unit_test/clean scalapack_api/clean lapack_api/clean include/clean
clean: src/clean test/clean unit_test/clean scalapack_api/clean lapack_api/clean include/clean
rm -f lib/lib* ${dep}
rm -f trace_*.svg

Expand Down

0 comments on commit 73f2ad2

Please sign in to comment.