view liboutrt/Makefile @ 134:2b03d2584f88

liboutrt: implement refresh
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Oct 2022 23:31:37 -0800
parents 765991f42d86
children 333dbb7ce704
line wrap: on
line source

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

all:	${LIB}

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

clean:
	rm -f *.[oa] errs