comparison libutil/Makefile @ 6:86b4f288862d

libutil: functions for encoding MSISDN record
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 22 Feb 2021 00:41:12 +0000
parents b149db92cb0e
children
comparison
equal deleted inserted replaced
5:acb4d86e6ed7 6:86b4f288862d
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= hexstdin.o hexstr.o 3 OBJS= gsm7_encode.o gsm7_encode_table.o hexstdin.o hexstr.o number_encode.o
4 LIB= libutil.a 4 LIB= libutil.a
5 5
6 all: ${LIB} 6 all: ${LIB}
7 7
8 ${LIB}: ${OBJS} 8 ${LIB}: ${OBJS}