X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/806dc07542ab956f376811e59b4dca8f9c98af89..c00f0dbfda703611c4373ce5cbbff772c8942de1:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 35f31167..71da64fd 100644 --- a/client/Makefile +++ b/client/Makefile @@ -42,8 +42,7 @@ endif CORESRCS = uart.c \ util.c \ - sleep.c - + sleep.c \ CMDSRCS = nonce2key/crapto1.c\ nonce2key/crypto1.c\ @@ -74,9 +73,12 @@ CMDSRCS = nonce2key/crapto1.c\ cmdmain.c \ cmdlft55xx.c \ cmdlfpcf7931.c\ + pm3_binlib.c\ + scripting.c\ cmdscript.c\ + COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o) CMDOBJS = $(CMDSRCS:%.c=$(OBJDIR)/%.o)