diff 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 diff
--- a/liboutrt/Makefile	Thu Oct 06 23:15:26 2022 -0800
+++ b/liboutrt/Makefile	Thu Oct 06 23:31:37 2022 -0800
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	readbin.o
+OBJS=	readbin.o refresh.o
 LIB=	liboutrt.a
 
 all:	${LIB}