From d78d8986c9ab831f084516f21ecdf87080ac7b78 Mon Sep 17 00:00:00 2001 From: naehrwert Date: Sat, 11 May 2013 14:04:57 +0200 Subject: [PATCH] Fixed Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f92fe3..d9734a1 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC=gcc CFLAGS=-g -O0 -Wall OS_TARGET=scetool LDFLAGS=-lz -OBJS=aes.o aes_omac.o bignum.o bn.o ec.o ecdsa.o frontend.o getopt.o keys.o list.o \ +OBJS=aes.o aes_omac.o bn.o ec.o ecdsa.o frontend.o getopt.o keys.o list.o \ main.o mt19937.o np.o rvk.o sce.o self.o sha1.o tables.o util.o spp.o .SILENT: .SUFFIXES: .c .cpp .o