From: wolf Date: Fri, 7 Feb 2003 16:40:23 +0000 (+0000) Subject: For distclean, recurse into tests directory. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43eb4e743f1291662e85a54611054ab74b9dff33;p=dealii-svn.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 \