From: Wolfgang Bangerth Date: Wed, 6 Sep 2000 16:25:46 +0000 (+0000) Subject: Clean the contrib directory upon `clean' as well. X-Git-Tag: v8.0.0~20129 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c946a527ebb1287cb7e4f89513cc7249c587ff;p=dealii.git Clean the contrib directory upon `clean' as well. git-svn-id: https://svn.dealii.org/trunk@3300 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index b6da5647dc..7f863cbed4 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -140,9 +140,12 @@ TAGS: $(filter-out %/forward_declarations.h, \ @cd $D/common ; etags $^ -clean: clean-base clean-lac clean-dealII clean-doc clean-examples +clean: clean-contrib clean-base clean-lac clean-dealII clean-doc clean-examples -rm -f TODO common/TAGS +clean-contrib: + cd $D/contrib ; $(MAKE) clean + clean-base: cd $D/base ; $(MAKE) clean @@ -161,5 +164,5 @@ clean-examples: .PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all \ online-doc printable-doc tex-doc \ - clean clean-base clean-lac clean-dealII \ + clean clean-contrib clean-base clean-lac clean-dealII \ clean-doc clean-examples TAGS TODO