We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make astyle
1 parent 6f5df26 commit 6dc923eCopy full SHA for 6dc923e
makefile
@@ -156,4 +156,5 @@ perlcritic:
156
perlcritic *.pl doc/*.pl
157
158
astyle:
159
- astyle --options=astylerc $(OBJECTS:.o=.c) tommath*.h demo/*.c etc/*.c mtest/mtest.c
+ @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