mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Bring hitag2crack tools in main Makefiles
This commit is contained in:
parent
94aa7cde2b
commit
6d33c0b784
21 changed files with 433 additions and 168 deletions
|
@ -72,6 +72,10 @@ On some architectures, pthread library is not present:
|
|||
|
||||
* `make client SKIPPTHREAD=1` to skip `-lpthread` at linker stage.
|
||||
|
||||
One tool requires a CUDA compilation environment, it can be skipped as well:
|
||||
|
||||
* `make hitag2crack SKIPGPU=1` to skip ht2crack5gpu tool when compiling the hitag2crack toolsuite.
|
||||
|
||||
Some unittests are available via `make check`, which is actually triggering individual targets as for `make install`.
|
||||
|
||||
`make install` is actually triggering the following individual targets which can be accessed individually:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue