projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix compile issue with gcc 9.1.0 (issue #868)
[proxmark3-svn]
/
tools
/
mfkey
/
Makefile
diff --git
a/tools/mfkey/Makefile
b/tools/mfkey/Makefile
index 92d3be720c848f3cd0a1f89db625c691b864d124..5d6de924f33f587b4aa3a513c253aef4257267de 100755
(executable)
--- a/
tools/mfkey/Makefile
+++ b/
tools/mfkey/Makefile
@@
-1,8
+1,8
@@
-VPATH = ../../common ../../common/crapto1 ../../client
+VPATH = ../../common ../../common/crapto1 ../../client
../../client/mifare
CC = gcc
LD = gcc
CC = gcc
LD = gcc
-CFLAGS = -std=c99 -D_ISOC99_SOURCE -I../../include -I../../common -I../../client -Wall -O3
-LDFLAGS =
+CFLAGS
+
= -std=c99 -D_ISOC99_SOURCE -I../../include -I../../common -I../../client -Wall -O3
+LDFLAGS
+
=
OBJS = crypto1.o crapto1.o parity.o util_posix.o mfkey.o
EXES = mfkey32 mfkey64
OBJS = crypto1.o crapto1.o parity.o util_posix.o mfkey.o
EXES = mfkey32 mfkey64
Impressum
,
Datenschutz