FreeCalypso > hg > themwi-nanp
view libnumdb/Makefile @ 1:6534965175dd
libnumdb ported over
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Dec 2023 00:53:04 +0000 |
parents | libnumutil/Makefile@159dd90eeafe |
children | 3d6cfb615d90 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 -I../build-inc OBJS= check_nanp.o check_short.o readbin.o refresh.o LIB= libnumdb.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs