comparison 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
comparison
equal deleted inserted replaced
133:765991f42d86 134:2b03d2584f88
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= readbin.o 3 OBJS= readbin.o refresh.o
4 LIB= liboutrt.a 4 LIB= liboutrt.a
5 5
6 all: ${LIB} 6 all: ${LIB}
7 7
8 ${LIB}: ${OBJS} 8 ${LIB}: ${OBJS}