summaryrefslogtreecommitdiffstats
path: root/libtommath/makefile
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-18 08:31:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-18 08:31:55 (GMT)
commita708ae2da22c8e6b6cbe9c0023a21557b27ee78b (patch)
tree6b7bbde03122d1571d4543d10eccfe88610bd680 /libtommath/makefile
parent8f339500a2b79c84698261987f664ed30af94814 (diff)
parentd4e73bcab52ca3c76e007a1acc7cb76f50b8feb5 (diff)
downloadtcl-a708ae2da22c8e6b6cbe9c0023a21557b27ee78b.zip
tcl-a708ae2da22c8e6b6cbe9c0023a21557b27ee78b.tar.gz
tcl-a708ae2da22c8e6b6cbe9c0023a21557b27ee78b.tar.bz2
Merge libtommath upstream changes (astyle formatting only). No functional changes. All Tcl-specific modifications are kept.
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)