mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 10:11:58 +08:00
12 lines
216 B
Makefile
12 lines
216 B
Makefile
|
MYSRCPATHS =
|
||
|
MYINCLUDES = -I../../../common -I../../../include -I../../src
|
||
|
MYCFLAGS = -std=c99 -D_ISOC99_SOURCE
|
||
|
MYDEFS =
|
||
|
MYSRCS = \
|
||
|
argtable3.c \
|
||
|
cliparser.c
|
||
|
|
||
|
LIB_A = libcliparser.a
|
||
|
|
||
|
include ../../../Makefile.host
|