]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - tools/mfkey/Makefile
Refactor parity functions
[proxmark3-svn] / tools / mfkey / Makefile
index da7d431a4edb917ea81369cff3cddc285dd41bea..ab1623a87ccff9f3a0dda875cc8c44aef2809182 100755 (executable)
@@ -1,10 +1,10 @@
-VPATH = ../../common/crapto1 ../../client
+VPATH = ../../common ../../common/crapto1 ../../client
 CC = gcc
 LD = gcc
 CFLAGS = -I../../common -I../../client -Wall -O4
 LDFLAGS =
 
-OBJS = crypto1.o crapto1.o util.o mfkey.o
+OBJS = crypto1.o crapto1.o parity.o util.o mfkey.o
 EXES = mfkey32 mfkey64
 WINEXES = $(patsubst %, %.exe, $(EXES))
 
Impressum, Datenschutz