Skip to content

Commit

Permalink
remove renamed libraries in target veryclean
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Jackson committed Jan 15, 2025
1 parent b7e9a85 commit c4c4c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ clean:
cd $(ROOTDIR)/test-suite && ./clean_tests

veryclean: clean
cd $(ROOTDIR) && rm -f wannier90.x postw90.x libwannier.a w90chk2chk.x w90spn2spn.x libwannier-extra.a
cd $(ROOTDIR) && rm -f wannier90.x postw90.x w90chk2chk.x w90spn2spn.x libwannier90_{mpi,serial}.{a,so.4} libwannier90-extra_{mpi,serial}.{a,so.4}
cd $(ROOTDIR)/test-suite && ./clean_tests -i

thedoc:
Expand Down

0 comments on commit c4c4c69

Please sign in to comment.