Skip to content

Commit

Permalink
Fix in the Makefile to properly clean with the new testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannipizzi committed Apr 3, 2017
1 parent 6aac864 commit 5d37feb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ clean:
$(MAKE) -C $(ROOTDIR)/doc/tutorial clean
$(MAKE) -C $(ROOTDIR)/utility/w90pov clean
$(MAKE) -C $(ROOTDIR)/utility/w90vdw clean
$(MAKE) -C $(ROOTDIR)/test-suite clean
cd $(ROOTDIR)/test-suite && ./clean_tests

veryclean: clean
cd $(ROOTDIR) && rm -f wannier90.x postw90.x libwannier.a
cd $(ROOTDIR)/doc && rm -f user_guide.pdf tutorial.pdf
cd $(ROOTDIR)/doc/user_guide && rm -f user_guide.ps
cd $(ROOTDIR)/doc/tutorial && rm -f tutorial.ps
cd $(ROOTDIR)/test-suite && ./clean_tests -i

thedoc:
$(MAKE) -C $(ROOTDIR)/doc/user_guide
Expand Down

0 comments on commit 5d37feb

Please sign in to comment.