mirror of
https://github.com/naehrwert/scetool.git
synced 2025-04-20 11:47:48 +00:00
Fixed Makefile.
This commit is contained in:
parent
5557aa64b1
commit
d78d8986c9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ CC=gcc
|
||||||
CFLAGS=-g -O0 -Wall
|
CFLAGS=-g -O0 -Wall
|
||||||
OS_TARGET=scetool
|
OS_TARGET=scetool
|
||||||
LDFLAGS=-lz
|
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
|
main.o mt19937.o np.o rvk.o sce.o self.o sha1.o tables.o util.o spp.o
|
||||||
.SILENT:
|
.SILENT:
|
||||||
.SUFFIXES: .c .cpp .o
|
.SUFFIXES: .c .cpp .o
|
||||||
|
|
Loading…
Add table
Reference in a new issue