mirror of
https://github.com/nfc-tools/mfcuk.git
synced 2026-02-26 19:56:40 +00:00
17 lines
400 B
Makefile
17 lines
400 B
Makefile
bin_PROGRAMS = mfcuk_keyrecovery_darkside
|
|
|
|
# set the include path found by configure
|
|
mfcuk_keyrecovery_darkside_SOURCES = \
|
|
crapto1.c \
|
|
crypto1.c \
|
|
mfcuk_finger.c \
|
|
mfcuk_keyrecovery_darkside.c \
|
|
mfcuk_mifare.c \
|
|
mfcuk_utils.c \
|
|
mifare.c \
|
|
nfc-utils.c
|
|
|
|
mfcuk_keyrecovery_darkside_LDADD = -lnfc -lusb -lpcsclite
|
|
|
|
# dist_man_MANS = mfcuk_keyrecovery_darkside.1
|