X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/fffad860fc457cfe5636fddc78a6a485ae9a7329..393c3ef933553e628635590ca2b8237d07e9e0e3:/client/Makefile diff --git a/client/Makefile b/client/Makefile index b7a529fc..65788beb 100644 --- a/client/Makefile +++ b/client/Makefile @@ -12,8 +12,8 @@ CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null) CMDSRCS = \ - crc16.c \ - iso14443crc.c \ + $(VPATH)\crc16.c \ + $(VPATH)\iso14443crc.c \ data.c \ graph.c \ ui.c \