]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/Makefile
FIX: "hf legic decode" the stamp_len variable was int, but its used as a uint8_t.
[proxmark3-svn] / client / Makefile
index 61afaf599475d1af9bfe1297a92c304b560f420b..5e15e6fb8feed64d2c8be04a8b67799e147756fd 100644 (file)
@@ -141,7 +141,10 @@ CMDSRCS =  nonce2key/crapto1.c\
                        reveng/poly.c\
                        reveng/getopt.c\
                        tea.c\
-                       prng.c
+                       prng.c\
+                       radixsort.c\
+                       bucketsort.c\
+                       cmdlfpresco.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 
Impressum, Datenschutz