clean-up make astyle output

This commit is contained in:
Steffen Jaeckel 2019-04-06 17:45:05 +02:00
parent 6f5df266f2
commit 6dc923efa9

View File

@ -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