From a1ea30bfbc5878b9958a09a64a13c8200e52ce91 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 17 Feb 2003 00:11:38 +0000 Subject: [PATCH] Remove binaries as well. git-svn-id: https://svn.dealii.org/trunk@7109 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lib/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deal.II/lib/Makefile b/deal.II/lib/Makefile index 99ce0aa2c3..f8bbb4a89c 100644 --- a/deal.II/lib/Makefile +++ b/deal.II/lib/Makefile @@ -12,7 +12,7 @@ default: # clean everything -clean: clean-objects +clean: clean-objects clean-bin # only clean object files, not libraries and executables clean-objects: clean-base clean-lac \ @@ -29,6 +29,9 @@ clean-base clean-lac clean-1d clean-2d clean-3d: clean-contrib: -rm contrib/*/*.$(OBJEXT) +clean-bin: + -rm bin/detached_ma27 + distclean: clean -rm -f lib* bin/* -- 2.39.5