view libcommon/Makefile @ 83:3055d5c9e7a3

fc-simtool update-rec* commands: check curfile_record_len and error out if it is not set
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 11 Apr 2021 02:38:31 +0000
parents b7ee2e85686b
children
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	apdu.o apducmd.o atr.o backend.o be_init.o chkblank.o dispatch.o \
	dumpdirfunc.o exit.o globalopts.o hexdump.o localcd.o names.o script.o
LIB=	libcommon.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs