X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=0810d4f893bb319ad4adc1363e4dc7ef4ee0c47f;hb=d3cb2a7342218c1aadfacd92d640c426d725112f;hp=177f54996769501616cb344439d71518d7d3a488;hpb=e3d914a4d5f5be1c263ec77b9b5c62afb5fc1b78;p=tinc diff --git a/Makefile.am b/Makefile.am index 177f5499..0810d4f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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]