FreeCalypso > hg > fc-pcsc-tools
diff libutil/Makefile @ 213:50bdc48e7487
libutil: gsm7_pack.c brought over from FC uptools
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Mar 2021 07:40:33 +0000 |
parents | 3bde063234aa |
children |
line wrap: on
line diff
--- a/libutil/Makefile Sun Mar 07 06:46:21 2021 +0000 +++ b/libutil/Makefile Sun Mar 07 07:40:33 2021 +0000 @@ -2,9 +2,9 @@ CFLAGS= -O2 OBJS= alpha_decode.o alpha_fromfile.o alpha_valid.o decimal_str.o \ filesearch.o gsm7_decode.o gsm7_encode.o gsm7_encode_table.o \ - gsm7_unpack.o hexdigits.o hexread.o hexstr.o iccid_luhn.o nibbles2asc.o\ - number_decode.o number_encode.o pinentry.o plmncodes.o plmnlist.o \ - revnibbles.o shorthand.o + gsm7_pack.o gsm7_unpack.o hexdigits.o hexread.o hexstr.o iccid_luhn.o \ + nibbles2asc.o number_decode.o number_encode.o pinentry.o plmncodes.o \ + plmnlist.o revnibbles.o shorthand.o LIB= libutil.a all: ${LIB}