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