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)