view libnumutil/Makefile @ 9:0b4d54289ef3

themwi-short-dial compiles in the new model
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 13 Dec 2023 03:51:57 +0000
parents 159dd90eeafe
children 3d6cfb615d90
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2 -I../build-inc
OBJS=	digit_groups.o nanp_valid.o numstring.o
LIB=	libnumutil.a

all:	${LIB}

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

clean:
	rm -f *.[oa] errs