From: wolf Date: Wed, 25 Sep 2002 17:59:51 +0000 (+0000) Subject: Clean executables in bin subdir. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3beff451c4a5893f645657f80346d7dcf96fbeb3;p=dealii-svn.git Clean executables in bin subdir. git-svn-id: https://svn.dealii.org/trunk@6516 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lib/Makefile b/deal.II/lib/Makefile index 1a186cd99c..362fea8774 100644 --- a/deal.II/lib/Makefile +++ b/deal.II/lib/Makefile @@ -9,7 +9,7 @@ default: # clean everything clean: clean-objects -# only clean object files, not libraries +# only clean object files, not libraries and executables clean-objects: clean-base clean-lac \ clean-1d clean-2d clean-3d \ clean-contrib @@ -25,7 +25,7 @@ clean-contrib: -rm contrib/*/*.o veryclean: clean - -rm -f lib* + -rm -f lib* bin/* .PHONY: clean clean-objects .PHONY: clean-base clean-lac clean-1d clean-2d clean-3d