X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=4220d3c872487fcea41d6fc8fb6c76619ecd3ba7;hb=598f88925033e843349e552df60d6240ec1bf683;hp=93bc963224fc5a73a60df159c2d42d7874e6dfa2;hpb=f13d66f20a227a87075f6456f41b83ce269b67f4;p=meshlink diff --git a/Makefile.am b/Makefile.am index 93bc9632..4220d3c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,4 +20,9 @@ ChangeLog: git log > ChangeLog astyle: - astyle --options=.astylerc -nQ src/*.[ch] src/ed25519/e*.[ch] examples/*.[ch] examples/*.cc test/*.[ch] + astyle --options=.astylerc -nQ \ + src/*.[ch] \ + src/ed25519/e*.[ch] \ + examples/*.[ch] \ + examples/*.cc \ + `find test -name '*.[ch]'`