From 5aec0c4094ebc593c063e554b80509d512909c1e Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Fri, 15 Sep 2017 12:47:06 +0200 Subject: [PATCH] add `astyle` make target --- makefile | 3 +++ 1 file changed, 3 insertions(+) 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)