Commit 5aec0c4094ebc593c063e554b80509d512909c1e

Steffen Jaeckel 2017-09-15T12:47:06

add `astyle` make target

1
2
3
4
5
6
7
8
9
10
11
diff --git a/makefile b/makefile
index fdd2435..64d8fcd 100644
--- a/makefile
+++ b/makefile
@@ -149,3 +149,6 @@ new_file:
 
 perlcritic:
 	perlcritic *.pl
+
+astyle:
+	astyle --options=astylerc $(OBJECTS:.o=.c)