X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8b6abef506d69e3906c95a532e6ece5e71462e96..edf751bb62607c66684fd0750888d1fd6efd30e7:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 2a572c11..45490e4a 100644 --- a/client/Makefile +++ b/client/Makefile @@ -15,7 +15,7 @@ OBJDIR = obj LDLIBS = -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread -lm LUALIB = ../liblua/liblua.a LDFLAGS = $(COMMON_FLAGS) -CFLAGS = -std=c99 -D_ISOC99_SOURCE -I. -I../include -I../common -I../zlib -I/opt/local/include -I../liblua -Wall $(COMMON_FLAGS) -g -O4 +CFLAGS = -std=c99 -D_ISOC99_SOURCE -I. -I../include -I../common -I../tools -I../zlib -I/opt/local/include -I../liblua -Wall $(COMMON_FLAGS) -g -O4 LUAPLATFORM = generic ifneq (,$(findstring MINGW,$(platform))) @@ -54,12 +54,11 @@ endif CORESRCS = uart.c \ util.c \ - sleep.c -CMDSRCS = nonce2key/crapto1.c\ - nonce2key/crypto1.c\ - nonce2key/nonce2key.c\ +CMDSRCS = crapto1/crapto1.c\ + crapto1/crypto1.c\ + mfkey.c\ loclass/cipher.c \ loclass/cipherutils.c \ loclass/des.c \ @@ -96,6 +95,7 @@ CMDSRCS = nonce2key/crapto1.c\ cmdlfhid.c \ cmdlfhitag.c \ cmdlfio.c \ + cmdlfindala.c \ cmdlfpcf7931.c\ cmdlfpresco.c\ cmdlfpyramid.c\