Commit 6dc923efa98aad2b0708afe64c3106df3a134cf8

Steffen Jaeckel 2019-04-06T17:45:05

clean-up `make astyle` output

1
2
3
4
5
6
7
8
9
10
11
diff --git a/makefile b/makefile
index 484222f..b31cd25 100644
--- a/makefile
+++ b/makefile
@@ -156,4 +156,5 @@ perlcritic:
 	perlcritic *.pl doc/*.pl
 
 astyle:
-	astyle --options=astylerc $(OBJECTS:.o=.c) tommath*.h demo/*.c etc/*.c mtest/mtest.c
+	@echo "   * run astyle on all sources"
+	@astyle --options=astylerc --formatted $(OBJECTS:.o=.c) tommath*.h demo/*.c etc/*.c mtest/mtest.c