X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a273fcfda25a24ca50d669f518947401536381e7..f121b478a11894a42f0fdab127974e1e7d521cc3:/client/Makefile?ds=inline

diff --git a/client/Makefile b/client/Makefile
index 7b9a65fd..11246a1c 100644
--- a/client/Makefile
+++ b/client/Makefile
@@ -78,7 +78,8 @@ CORESRCS = 	uart.c \
 		sleep.c
 
 
-CMDSRCS = 	nonce2key/crapto1.c \
+CMDSRCS =	mifarehost.c \
+			nonce2key/crapto1.c \
 			nonce2key/crypto1.c \
 			nonce2key/nonce2key.c \
 			nonce2key/crypto1_bs.c \
@@ -88,7 +89,6 @@ CMDSRCS = 	nonce2key/crapto1.c \
 			loclass/ikeys.c \
 			loclass/elite_crack.c \
 			loclass/fileutils.c \
-			mifarehost.c \
 			parity.c \
 			crc.c \
 			crc16.c \
@@ -130,6 +130,7 @@ CMDSRCS = 	nonce2key/crapto1.c \
 			cmdlfpyramid.c \
 			cmdlfguard.c \
 			cmdlfnedap.c \
+			cmdlfjablotron.c \
 			pm3_binlib.c \
 			scripting.c \
 			cmdscript.c \
@@ -148,8 +149,9 @@ CMDSRCS = 	nonce2key/crapto1.c \
 			reveng/getopt.c \
 			tea.c \
 			prng.c \
-			radixsort.c \
 			bucketsort.c
+#			radixsort.c \
+
 		
 ZLIBSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c
 ZLIB_FLAGS = -DZ_SOLO -DZ_PREFIX -DNO_GZIP -DZLIB_PM3_TUNED