From 308fe31b3d5c28be48a1fdf2cafe3849aa055c26 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 4 Apr 2001 13:53:33 +0000 Subject: [PATCH] Clean libs as well. git-svn-id: https://svn.dealii.org/trunk@4371 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II/Makefile b/deal.II/Makefile index d1d5385fbe..5297e0a90c 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -151,7 +151,7 @@ TAGS: $(filter-out %/forward_declarations.h, \ @cd $D/common ; etags $^ -clean: clean-contrib clean-base clean-lac clean-dealII clean-doc clean-examples +clean: clean-contrib clean-base clean-lac clean-dealII clean-doc clean-examples clean-lib -rm -f TODO common/TAGS clean-contrib: @@ -172,8 +172,11 @@ clean-doc: clean-examples: cd $D/examples ; $(MAKE) clean +clean-lib: + cd $(LIBDIR) ; $(MAKE) clean + .PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all \ online-doc printable-doc tex-doc contrib \ clean clean-contrib clean-base clean-lac clean-dealII \ - clean-doc clean-examples TAGS TODO + clean-doc clean-examples clean-lib TAGS TODO -- 2.39.5