mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
Added 'core'-api, also added some error handling in scripts
This commit is contained in:
parent
5a92cb525e
commit
a0655c45bd
3 changed files with 36 additions and 13 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue