FreeCalypso > hg > themwi-nanp
view libnumutil/Makefile @ 7:dc1554b7dfb8
themwi-check-own compiles in the new model
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Dec 2023 03:33:51 +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