Skip to content

Commit 6dc923e

Browse files
committed
clean-up make astyle output
1 parent 6f5df26 commit 6dc923e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,5 @@ perlcritic:
156156
perlcritic *.pl doc/*.pl
157157

158158
astyle:
159-
astyle --options=astylerc $(OBJECTS:.o=.c) tommath*.h demo/*.c etc/*.c mtest/mtest.c
159+
@echo " * run astyle on all sources"
160+
@astyle --options=astylerc --formatted $(OBJECTS:.o=.c) tommath*.h demo/*.c etc/*.c mtest/mtest.c

0 commit comments

Comments
 (0)