]> git.meshlink.io Git - meshlink/blobdiff - Makefile.am
Fix all compiler warnings found using -Wall -W -pedantic.
[meshlink] / Makefile.am
index 3bf6bdee8f72580cc66d55bfde4e635eb9aef843..f7de2b765361c451624fc137f3f3442ce6965f8a 100644 (file)
@@ -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]