X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/33443e7caa26da1563402d548e0a871d53ccc23a..02069dbbdb943617d7999d12c3506b82ae20a89e:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 0a4fc160..79e0cc31 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,7 +54,6 @@ endif CORESRCS = uart.c \ util.c \ - sleep.c CMDSRCS = crapto1/crapto1.c\