From: wolf Date: Mon, 17 Feb 2003 00:11:38 +0000 (+0000) Subject: Remove binaries as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1ea30bfbc5878b9958a09a64a13c8200e52ce91;p=dealii-svn.git Remove binaries as well. git-svn-id: https://svn.dealii.org/trunk@7109 0785d39b-7218-0410-832d-ea1e28bc413d --- 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/*