diff liboutrt/Makefile @ 136:ce02fd05fd9e

liboutrt: implement special number routing
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Oct 2022 23:57:38 -0800
parents 333dbb7ce704
children
line wrap: on
line diff
--- a/liboutrt/Makefile	Thu Oct 06 23:44:17 2022 -0800
+++ b/liboutrt/Makefile	Thu Oct 06 23:57:38 2022 -0800
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	readbin.o refresh.o route_e164.o
+OBJS=	readbin.o refresh.o route_e164.o route_special.o
 LIB=	liboutrt.a
 
 all:	${LIB}