X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5a92cb525e0d7bfbf8bb005c3bf71ebdb6584959..a0655c45bd7092c302145ea306b7b58662e6c9f5:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 35f31167..5b6f4e83 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,11 @@ CMDSRCS = nonce2key/crapto1.c\ cmdmain.c \ cmdlft55xx.c \ cmdlfpcf7931.c\ + scripting.c\ cmdscript.c\ + COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o) CMDOBJS = $(CMDSRCS:%.c=$(OBJDIR)/%.o)