From: Wolfgang Bangerth Date: Mon, 11 Feb 2002 11:49:03 +0000 (+0000) Subject: Clean contrib dir. X-Git-Tag: v8.0.0~18343 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b26a5d158c571a095bec9b16673f9bc532897226;p=dealii.git Clean contrib dir. git-svn-id: https://svn.dealii.org/trunk@5498 0785d39b-7218-0410-832d-ea1e28bc413d --- 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