mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 00:25:48 +08:00
11 lines
206 B
Makefile
11 lines
206 B
Makefile
MYSRCPATHS =
|
|
MYINCLUDES = -I../../../common -I../../../include -I../../src
|
|
MYCFLAGS = -Wno-cast-align
|
|
MYDEFS =
|
|
MYSRCS = \
|
|
argtable3.c \
|
|
cliparser.c
|
|
|
|
LIB_A = libcliparser.a
|
|
|
|
include ../../../Makefile.host
|