X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/05780f4b578d6ae054be0b19b8498d32a4f16c60..4efbb07622a0aa83db4fe05ca8c17aca406ed928:/Makefile diff --git a/Makefile b/Makefile index 5ad430e..3a36e94 100644 --- a/Makefile +++ b/Makefile @@ -1,18 +1,7 @@ # # Matt McCutchen's Big Integer Library +# http://mysite.verizon.net/mccutchen/bigint/ # -# Please see the project Web site at -# http://mysite.verizon.net/mccutchen/bigint/ -# for more information and the latest version. -# -# December 23, 2004 development version -# -# NEWS: -# We're now using array indexes instead of pointers. -# After having used pointers for faster speed, I decided -# that they detracted too much from the readability of -# the program and that a good optimizing compiler should -# be able to produce as efficient code. # The implicit rules we need %.tag : %