]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/Makefile
ADD: a print_hex_break function,
[proxmark3-svn] / client / Makefile
index f071f85b30b1c54a29f0c90f7931f957912091dc..5e15e6fb8feed64d2c8be04a8b67799e147756fd 100644 (file)
@@ -5,9 +5,8 @@
 #-----------------------------------------------------------------------------
 include ../common/Makefile.common
 
-
-CC=gcc
-CXX=g++
+CC = gcc
+CXX = g++
 #COMMON_FLAGS = -m32
 VPATH = ../common ../zlib
 OBJDIR = obj
@@ -142,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