X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=b3b5a037c31bad288d74fbaccb783df43bdd5ee9;hb=14de587f4f56827193291d5b5eed11ffa2190cc6;hp=12371406c4ef6bc312e6cf4f5b0d23255457d70e;hpb=6779e381e59092b317a63356180db9a832ffb47d;p=tinc diff --git a/Makefile.am b/Makefile.am index 12371406..b3b5a037 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,5 +36,8 @@ release: /usr/bin/editor $(srcdir)/NEWS $(MAKE) dist +check-style: + astyle --options=.astylerc --dry-run -nQ src/*.[ch] src/*/*.[ch] + astyle: astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch]