FreeCalypso > hg > fc-sim-tools
view libcommon/Makefile @ 53:fbedb67d234f
serial: fix parity for inverse coding convention
Important note: it is my (Mother Mychaela's) understanding that
SIM cards with inverse coding convention are extremely rare,
and I have never seen such a card. Therefore, our support for
the inverse coding convention will likely remain forever untested.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 21 Mar 2021 20:46:09 +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