This is the new version, fully fledged for Euro and other cool features.
[infodrom/dtaus] / Makefile
index f7225e1..ee70fc5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-#   Makefile - Datentraegeraustausch mit einer Bank
-#   Copyright (c) 1996  Martin Schulze <joey@artis.uni-oldenburg.de>
+#   Makefile - Belegloser Datenträgeraustausch mit einer Bank
+#   Copyright (c) 1996,8,2000  Martin Schulze <joey@infodrom.org>
 #
 #   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