projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CHG: using bitsend to determind the legic annotation in "hf list legic" makes false...
[proxmark3-svn]
/
tools
/
nonce2key
/
Makefile
diff --git
a/tools/nonce2key/Makefile
b/tools/nonce2key/Makefile
index 54abf80e1560dd96e60a877a7b61cbfd343d24e9..bfab6fd862153f3d3f104e01a9403b65c0888d69 100644
(file)
--- a/
tools/nonce2key/Makefile
+++ b/
tools/nonce2key/Makefile
@@
-1,11
+1,12
@@
CC = gcc
LD = gcc
CC = gcc
LD = gcc
-CFLAGS = -
Wall -O4
-c
+CFLAGS = -
std=c99 -Wall -O3
-c
LDFLAGS =
OBJS = crypto1.o crapto1.o
HEADERS = crapto1.h
EXES = nonce2key
LDFLAGS =
OBJS = crypto1.o crapto1.o
HEADERS = crapto1.h
EXES = nonce2key
+WINEXES = nonce2key.exe
all: $(OBJS) $(EXES)
all: $(OBJS) $(EXES)
@@
-15,8
+16,5
@@
all: $(OBJS) $(EXES)
% : %.c
$(LD) $(LDFLAGS) -o $@ $(OBJS) $<
% : %.c
$(LD) $(LDFLAGS) -o $@ $(OBJS) $<
-crypto1test: libnfc $(OBJS)
- $(LD) $(LDFLAGS) -o crypto1test crypto1test.c $(OBJS)
-
clean:
clean:
- rm -f $(OBJS) $(EXES)
+ rm -f $(OBJS) $(EXES)
$(WINEXES)
Impressum
,
Datenschutz