view libutil/Makefile @ 19:40e5097437fa

libutil: add grok_imsi_user_arg()
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 26 Jun 2022 22:38:42 -0800
parents d712d518059e
children b13acb024fc6
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	imsi_entry.o mncc_utils.o nanp_valid.o numstring.o sockinit.o
LIB=	libutil.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs