mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
make install: half way
This commit is contained in:
parent
b5f5b9276f
commit
4fdb5a2f4b
10 changed files with 112 additions and 58 deletions
|
@ -5,6 +5,7 @@ MYCFLAGS = -std=c99 -D_ISOC99_SOURCE
|
|||
MYDEFS =
|
||||
|
||||
BINS = mfkey32 mfkey32v2 mfkey64
|
||||
INSTALLTOOLS = $(BINS)
|
||||
|
||||
include ../../Makefile.host
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ MYCFLAGS = -std=c99 -D_ISOC99_SOURCE
|
|||
MYDEFS =
|
||||
|
||||
BINS = nonce2key
|
||||
INSTALLTOOLS = $(BINS)
|
||||
|
||||
include ../../Makefile.host
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue