From b26a5d158c571a095bec9b16673f9bc532897226 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 11 Feb 2002 11:49:03 +0000 Subject: [PATCH] Clean contrib dir. git-svn-id: https://svn.dealii.org/trunk@5498 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lib/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/deal.II/lib/Makefile b/deal.II/lib/Makefile index 9383f7c403..1bef1ce18a 100644 --- a/deal.II/lib/Makefile +++ b/deal.II/lib/Makefile @@ -11,7 +11,9 @@ clean: clean-objects -rm lib* # only clean object files, not libraries -clean-objects: clean-base clean-lac clean-1d clean-2d clean-3d +clean-objects: clean-base clean-lac \ + clean-1d clean-2d clean-3d \ + clean-contrib # clean targets for the individual subdirectories. @@ -19,5 +21,10 @@ clean-objects: clean-base clean-lac clean-1d clean-2d clean-3d clean-base clean-lac clean-1d clean-2d clean-3d: -cd $(@:clean-%=%) ; rm *.o +clean-contrib: + -rm contrib/*/*.o -.PHONY: clean clean-objects clean-base clean-lac clean-1d clean-2d clean-3d + +.PHONY: clean clean-objects +.PHONY: clean-base clean-lac clean-1d clean-2d clean-3d +.PHONY: clean-contrib -- 2.39.5