diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-18 08:31:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-18 08:31:55 (GMT) |
commit | a708ae2da22c8e6b6cbe9c0023a21557b27ee78b (patch) | |
tree | 6b7bbde03122d1571d4543d10eccfe88610bd680 /libtommath/makefile | |
parent | 8f339500a2b79c84698261987f664ed30af94814 (diff) | |
parent | d4e73bcab52ca3c76e007a1acc7cb76f50b8feb5 (diff) | |
download | tcl-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/makefile | 3 |
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) |