projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hf 14a: Fix typos in manufacturer list
[proxmark3-svn]
/
tools
/
nonce2key
/
Makefile
diff --git
a/tools/nonce2key/Makefile
b/tools/nonce2key/Makefile
index 1800562d4d58948f5bb0872d5a307dac6167ee59..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 -O3 -c
+CFLAGS = -
std=c99 -
Wall -O3 -c
LDFLAGS =
OBJS = crypto1.o crapto1.o
HEADERS = crapto1.h
LDFLAGS =
OBJS = crypto1.o crapto1.o
HEADERS = crapto1.h
-EXES = nonce2key nonce2key.exe
+EXES = nonce2key
+WINEXES = nonce2key.exe
all: $(OBJS) $(EXES)
all: $(OBJS) $(EXES)
@@
-16,4
+17,4
@@
all: $(OBJS) $(EXES)
$(LD) $(LDFLAGS) -o $@ $(OBJS) $<
clean:
$(LD) $(LDFLAGS) -o $@ $(OBJS) $<
clean:
- rm -f $(OBJS) $(EXES)
+ rm -f $(OBJS) $(EXES)
$(WINEXES)
Impressum
,
Datenschutz