comparison libutil/Makefile @ 161:884b93362449

libutil: nibbles_to_ascii() function implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 26 Feb 2021 21:10:26 +0000
parents b86b3f8890ba
children 274bfd8bccd0
comparison
equal deleted inserted replaced
160:b86b3f8890ba 161:884b93362449
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= alpha_decode.o alpha_fromfile.o alpha_valid.o decimal_str.o \ 3 OBJS= alpha_decode.o alpha_fromfile.o alpha_valid.o decimal_str.o \
4 filesearch.o gsm7_decode.o gsm7_encode.o gsm7_encode_table.o \ 4 filesearch.o gsm7_decode.o gsm7_encode.o gsm7_encode_table.o \
5 gsm7_unpack.o hexdigits.o hexread.o hexstr.o number_decode.o \ 5 gsm7_unpack.o hexdigits.o hexread.o hexstr.o nibbles2asc.o \
6 number_encode.o pinentry.o plmncodes.o revnibbles.o shorthand.o 6 number_decode.o number_encode.o pinentry.o plmncodes.o revnibbles.o \
7 shorthand.o
7 LIB= libutil.a 8 LIB= libutil.a
8 9
9 all: ${LIB} 10 all: ${LIB}
10 11
11 ${LIB}: ${OBJS} 12 ${LIB}: ${OBJS}