X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f4d0ffd1b99481943e77fce805be5eb10241b2d9..a182a680b0f1f434b6fab67e1eba4a3db3b8a141:/client/Makefile diff --git a/client/Makefile b/client/Makefile index f071f85b..5e15e6fb 100644 --- a/client/Makefile +++ b/client/Makefile @@ -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