X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4db6f3bbb9b589f62bdaa8d30be0dc6cef3dac3f..refs/pull/254/head:/client/Makefile?ds=inline

diff --git a/client/Makefile b/client/Makefile
index 4bac1ac9..d5bfb086 100644
--- a/client/Makefile
+++ b/client/Makefile
@@ -58,7 +58,7 @@ CORESRCS = 	uart.c \
 
 CMDSRCS = 	crapto1/crapto1.c\
 			crapto1/crypto1.c\
-			nonce2key.c\
+			mfkey.c\
 			loclass/cipher.c \
 			loclass/cipherutils.c \
 			loclass/des.c \
@@ -67,6 +67,7 @@ CMDSRCS = 	crapto1/crapto1.c\
 			loclass/fileutils.c\
 			whereami.c\
 			mifarehost.c\
+			parity.c\
 			crc.c \
 			crc16.c \
 			crc64.c \