From: heister Date: Tue, 20 Nov 2012 23:20:10 +0000 (+0000) Subject: fix indent in makefile X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13d69a5503fb4e0ee7db4a604b31e19f969ea234;p=dealii-svn.git fix indent in makefile git-svn-id: https://svn.dealii.org/branches/branch_cmake@27631 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index d5fd0b4dab..74e55a3af5 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -5,6 +5,7 @@ style-cc-files:= $(wildcard source/*/*.cc) style-examples:= $(wildcard examples/*/*.cc) indent: - @echo "============ Indenting all files" - astyle --options=contrib/utilities/astyle.rc $(style-h-files) $(style-cc-files) $(style-examples) + @echo "============ Indenting all files" + astyle --options=contrib/utilities/astyle.rc $(style-h-files) $(style-cc-files) $(style-examples) +.PHONY: indent