X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=f7de2b765361c451624fc137f3f3442ce6965f8a;hb=2bd4182c4d960596b54793027a0f42e991eb12dd;hp=3bf6bdee8f72580cc66d55bfde4e635eb9aef843;hpb=e25370c54e78fda0a7996b008f7ad68aa80f2ccd;p=meshlink diff --git a/Makefile.am b/Makefile.am index 3bf6bdee..f7de2b76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = m4 catta src doc test examples +SUBDIRS = catta src doc test examples ACLOCAL_AMFLAGS = -I m4 @@ -10,3 +10,6 @@ EXTRA_DIST = README.android ChangeLog: git log > ChangeLog + +astyle: + astyle --options=.astylerc -nQ src/*.[ch] src/ed25519/e*.[ch] examples/*.[ch] examples/*.cc test/*.[ch]