mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-30 14:42:55 -08:00
3c9a19d4c1
It was an attempt to solve the mysterious reveng getopt bug but it brings more troubles and throws away multi-platform pm3 tuning This reverts commit f3790a89a525ac8385132ba3eb17d2e05ade35dd.
12 lines
206 B
Makefile
12 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
|