Prepare for automatic code formatting using Artistic Style.
[tinc] / Makefile.am
index 177f549..0810d4f 100644 (file)
@@ -33,3 +33,6 @@ release:
        echo "Please edit the NEWS file now..."
        /usr/bin/editor $(srcdir)/NEWS
        $(MAKE) dist
+
+astyle:
+       astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch] test/*.[ch]