X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/33443e7caa26da1563402d548e0a871d53ccc23a..refs/pull/245/head:/client/Makefile?ds=sidebyside

diff --git a/client/Makefile b/client/Makefile
index 0a4fc160..511aaf2a 100644
--- a/client/Makefile
+++ b/client/Makefile
@@ -9,7 +9,7 @@ include ../common/Makefile.common
 CC=gcc
 CXX=g++
 #COMMON_FLAGS = -m32
-VPATH = ../common ../zlib ../tools
+VPATH = ../common ../zlib
 OBJDIR = obj
 
 LDLIBS = -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread -lm
@@ -54,12 +54,11 @@ endif
 
 CORESRCS = 	uart.c \
 		util.c \
-		sleep.c
 
 
 CMDSRCS = 	crapto1/crapto1.c\
 			crapto1/crypto1.c\
-			nonce2key/nonce2key.c\
+			nonce2key.c\
 			loclass/cipher.c \
 			loclass/cipherutils.c \
 			loclass/des.c \
@@ -96,6 +95,7 @@ CMDSRCS = 	crapto1/crapto1.c\
 			cmdlfhid.c \
 			cmdlfhitag.c \
 			cmdlfio.c \
+			cmdlfindala.c \
 			cmdlfpcf7931.c\
 			cmdlfpresco.c\
 			cmdlfpyramid.c\