mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-04 20:50:37 -08:00
24 lines
430 B
Makefile
24 lines
430 B
Makefile
MYSRCPATHS =
|
|
MYINCLUDES = -I.
|
|
MYCFLAGS = -Wno-unused-function -Wno-cast-align -Wno-bad-function-cast -Wno-switch-enum
|
|
MYDEFS = -DHAVE_STDINT_H
|
|
MYSRCS = \
|
|
dump.c \
|
|
error.c \
|
|
hashtable.c \
|
|
hashtable_seed.c \
|
|
load.c \
|
|
memory.c \
|
|
pack_unpack.c \
|
|
strbuffer.c \
|
|
strconv.c \
|
|
utf.c \
|
|
value.c
|
|
|
|
LIB_A = libjansson.a
|
|
|
|
# Transition: remove old directories and objects
|
|
MYCLEANOLDPATH = ../../jansson
|
|
|
|
include ../../../Makefile.host
|