summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-02-21 07:42:37 +0100
committerDavid Tardon <dtardon@redhat.com>2016-02-21 15:33:12 +0100
commit77310ccb280fbb68bdb85f728835efde7d4d587a (patch)
treeacfb5d33f2d768fef064e96f473edfe576064cf2
parent1acfbe094cfe72bf0443892fb19b782b66a4cf85 (diff)
add make astyle target
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bc07196..393c981 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,3 +20,5 @@ distclean-local:
dist-hook:
git log --date=short --pretty="format:@%cd %an <%ae> [%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)|\t\1|" -e "s|^@||" >$(distdir)/ChangeLog
+astyle:
+ astyle --options=astyle.options \*.cpp \*.h