mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-05 23:17:58 +08:00
10 lines
137 B
Makefile
10 lines
137 B
Makefile
|
MYSRCPATHS =
|
||
|
MYINCLUDES =
|
||
|
MYCFLAGS =
|
||
|
MYDEFS = -DWAI_PM3_TUNED
|
||
|
MYSRCS = whereami.c
|
||
|
|
||
|
LIB_A = libwhereami.a
|
||
|
|
||
|
include ../../../Makefile.host
|