mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-04 20:50:37 -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
|