2 CFLAGS
= -DLARGE_FILES
-D_FILE_OFFSET_BITS
=64 -Wall
-W
-O2
5 LIB
= tools.o bn.o ec.o
7 all: tachtig negentig tpl
9 tachtig
: tachtig.o
$(LIB
)
11 negentig
: negentig.o
$(LIB
)
18 -rm -f tachtig negentig tpl
19 -rm -f tachtig.o negentig.o tpl.o