X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/806dc07542ab956f376811e59b4dca8f9c98af89..16b04cb291feefce8f76c6b05f93b62d304be1ed:/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)