comparison 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
comparison
equal deleted inserted replaced
135:333dbb7ce704 136:ce02fd05fd9e
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= readbin.o refresh.o route_e164.o 3 OBJS= readbin.o refresh.o route_e164.o route_special.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}