mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Finish renaming standalone, add documentation
This commit is contained in:
parent
ac36c06590
commit
fb34db5e10
3 changed files with 3 additions and 1 deletions
|
@ -78,6 +78,6 @@ ifneq (,$(findstring WITH_STANDALONE_LF_THAREXDE,$(APP_CFLAGS)))
|
|||
SRC_STANDALONE = lf_tharexde.c
|
||||
endif
|
||||
# WITH_STANDALONE_HF_CRAFTBYTE
|
||||
ifneq (,$(findstring HF_CRAFTBYTE,$(APP_CFLAGS)))
|
||||
ifneq (,$(findstring WITH_STANDALONE_HF_CRAFTBYTE,$(APP_CFLAGS)))
|
||||
SRC_STANDALONE = hf_craftbyte.c
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue