]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - tools/mfkey/Makefile
Fix compile issues for mfkey32 and mfkey64 after Pull Request #380
[proxmark3-svn] / tools / mfkey / Makefile
index ab1623a87ccff9f3a0dda875cc8c44aef2809182..92d3be720c848f3cd0a1f89db625c691b864d124 100755 (executable)
@@ -1,10 +1,10 @@
 VPATH = ../../common ../../common/crapto1 ../../client
 CC = gcc
 LD = gcc
-CFLAGS = -I../../common -I../../client -Wall -O4
+CFLAGS = -std=c99 -D_ISOC99_SOURCE -I../../include -I../../common -I../../client -Wall -O3
 LDFLAGS =
 
-OBJS = crypto1.o crapto1.o parity.o util.o mfkey.o
+OBJS = crypto1.o crapto1.o parity.o util_posix.o mfkey.o
 EXES = mfkey32 mfkey64
 WINEXES = $(patsubst %, %.exe, $(EXES))
 
Impressum, Datenschutz