Whoops, forgot to add the release date...
[infodrom/dtaus] / Makefile
index b2a8be6..42e00f4 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,4  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$
 #
 
 CC = gcc
 CFLAGS = -Wall -O3
+OBJS = dtaus.o main.o bigint.o latex.o
 
-
-dtaus: dtaus.o main.o bigint.o
-       $(CC) -o dtaus dtaus.o main.o bigint.o
+dtaus: $(OBJS)
+       $(CC) -o dtaus $(OBJS)
 
 clean:
        rm -f *.o dtaus