FreeCalypso > hg > themwi-system-sw
view libnumdb2/Makefile @ 233:60f6e561bfb8
libnumdb2: start with readbin.c
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 14 Aug 2023 13:10:38 -0800 |
parents | libnumdb/Makefile@1d590563e64b |
children | 44f178901a46 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= readbin.o LIB= libnumdb.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs