FreeCalypso > hg > themwi-nanp
view libnumdb/Makefile @ 10:05a94b08c8e1
add top Makefile
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Dec 2023 03:56:16 +0000 |
parents | 6534965175dd |
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