summaryrefslogtreecommitdiffstats
path: root/libtommath/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/makefile')
-rw-r--r--libtommath/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libtommath/makefile b/libtommath/makefile
index fdd2435..64d8fcd 100644
--- a/libtommath/makefile
+++ b/libtommath/makefile
@@ -149,3 +149,6 @@ new_file:
perlcritic:
perlcritic *.pl
+
+astyle:
+ astyle --options=astylerc $(OBJECTS:.o=.c)