X-Git-Url: https://git.infodrom.org/?p=infodrom%2Fdtaus;a=blobdiff_plain;f=Makefile;h=d4f61dbeebc169e2e79a748094facc80d47ea853;hp=f7225e15d0aea2d01cd2ee882c4f900171fd98ee;hb=ffe8c418a06153b8e423a4d2a1738cfc1026c2d7;hpb=7a4a4dbca7f9d0108357b944a26fe6668cc722c6 diff --git a/Makefile b/Makefile index f7225e1..d4f61db 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Makefile - Datentraegeraustausch mit einer Bank -# Copyright (c) 1996 Martin Schulze +# Copyright (c) 1996,8,2000 Martin Schulze # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. # # $Id$ # @@ -21,8 +21,7 @@ # CC = gcc -CFLAGS = -Wall - +CFLAGS = -Wall -O3 dtaus: dtaus.o main.o bigint.o $(CC) -o dtaus dtaus.o main.o bigint.o