FreeCalypso > hg > themwi-nanp
view libnumutil/Makefile @ 2:1773886ef54e
themwi-update-numdb: old source as starting point
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Dec 2023 01:23:47 +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