FreeCalypso > hg > fc-pcsc-tools
view libcommon/Makefile @ 8:4a9bf783491d
phone number decoding factored out
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 12 Feb 2021 00:07:24 +0000 |
parents | 4360a7906f34 |
children | dc565e91069d |
line wrap: on
line source
CC= gcc CFLAGS= -O2 -I/usr/include/PCSC OBJS= alpha_decode.o alpha_valid.o apdu.o atr.o cardconnect.o chkblank.o \ dumpdirfunc.o exit.o hexdump.o hexread.o hexstr.o names.o \ number_decode.o pinentry.o revnibbles.o LIB= libcommon.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs