Adjusted a missing space
[infodrom/dtaus] / Makefile
index d4f61db..42e00f4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-#   Makefile - Datentraegeraustausch mit einer Bank
-#   Copyright (c) 1996,8,2000  Martin Schulze <joey@infodrom.north.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
 
 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