1
Fork 0
mirror of https://github.com/naehrwert/scetool.git synced 2025-04-20 03:37:49 +00:00

Fixed Makefile.

This commit is contained in:
naehrwert 2013-05-11 14:04:57 +02:00
parent 5557aa64b1
commit d78d8986c9

View file

@ -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