X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/33443e7caa26da1563402d548e0a871d53ccc23a..bea6e7b0b648868926329addf21036255a460166:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 0a4fc160..ac7e6f98 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 \