FreeCalypso > hg > themwi-system-sw
comparison liboutrt/Makefile @ 135:333dbb7ce704
liboutrt: implement E.164 routing
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 06 Oct 2022 23:44:17 -0800 |
parents | 2b03d2584f88 |
children | ce02fd05fd9e |
comparison
equal
deleted
inserted
replaced
134:2b03d2584f88 | 135:333dbb7ce704 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= readbin.o refresh.o | 3 OBJS= readbin.o refresh.o route_e164.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} |