From 13d69a5503fb4e0ee7db4a604b31e19f969ea234 Mon Sep 17 00:00:00 2001 From: heister Date: Tue, 20 Nov 2012 23:20:10 +0000 Subject: [PATCH] fix indent in makefile git-svn-id: https://svn.dealii.org/branches/branch_cmake@27631 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5