view liboutrt/Makefile @ 133:765991f42d86

liboutrt started with binary file reading
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Oct 2022 23:15:26 -0800
parents libnumdb/Makefile@1d590563e64b
children 2b03d2584f88
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	readbin.o
LIB=	liboutrt.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs