FreeCalypso > hg > themwi-system-sw
view 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 source
CC= gcc CFLAGS= -O2 OBJS= readbin.o refresh.o route_e164.o route_special.o LIB= liboutrt.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs