FreeCalypso > hg > themwi-nanp
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libnumdb/Makefile Wed Dec 13 00:53:04 2023 +0000 @@ -0,0 +1,13 @@ +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