view libutil/Makefile @ 7:7749ae8b6414

themwi-dump-numdb: NANP output looks better without the '-' after +1
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 26 Jun 2022 12:26:45 -0800
parents d712d518059e
children 40e5097437fa
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	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