Prepare for automatic code formatting using Artistic Style.
[tinc] / Makefile.am
index 735f6d5..bfaf557 100644 (file)
@@ -10,3 +10,6 @@ EXTRA_DIST = COPYING.README README.android
 
 ChangeLog:
        git log > ChangeLog
+
+astyle:
+       astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch]