]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/Makefile
CHG: extracted a #define for the crc16 poly
[proxmark3-svn] / client / Makefile
index 20273dd6b3a2a5363320a92e3807576020b6cecb..e2533de333daeb33f428adf650d2bb61f7b9c8cc 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
@@ -90,6 +89,7 @@ CMDSRCS =     nonce2key/crapto1.c\
                        loclass/elite_crack.c\
                        loclass/fileutils.c\
                        mifarehost.c\
+                       parity.c\
                        crc.c \
                        crc16.c \
                        crc64.c \
@@ -141,7 +141,9 @@ CMDSRCS =   nonce2key/crapto1.c\
                        reveng/poly.c\
                        reveng/getopt.c\
                        tea.c\
-          
+                       prng.c\
+                       radixsort.c\
+                       bucketsort.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