From: Wolfgang Bangerth Date: Fri, 7 Feb 2003 16:40:23 +0000 (+0000) Subject: For distclean, recurse into tests directory. X-Git-Tag: v8.0.0~16969 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99fd322449e7a0e57029261878667f50067af5d0;p=dealii.git For distclean, recurse into tests directory. git-svn-id: https://svn.dealii.org/trunk@7070 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index d5bfbab0b0..7be19f8c6b 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -154,6 +154,7 @@ clean-tests: distclean: clean cd lib && $(MAKE) distclean + -cd tests && $(MAKE) distclean .PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all \ online-doc printable-doc tex-doc contrib \