diff utils/Makefile @ 131:5c7109183c8c

shorten new program name to themwi-update-outrt
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Oct 2022 21:19:59 -0800
parents 44dc809ffec0
children 857d78c58f56
line wrap: on
line diff
--- a/utils/Makefile	Thu Oct 06 20:56:14 2022 -0800
+++ b/utils/Makefile	Thu Oct 06 21:19:59 2022 -0800
@@ -2,7 +2,7 @@
 CFLAGS=	-O2
 PROGS=	sip-out-test sip-rx-test sip-udp-dump themwi-check-own \
 	themwi-dump-numdb themwi-short-dial themwi-update-numdb \
-	themwi-update-out-routes
+	themwi-update-outrt
 LIBNUMDB=../libnumdb/libnumdb.a
 LIBSIP=	../libsip/libsip.a
 LIBUTIL=../libutil/libutil.a
@@ -31,7 +31,7 @@
 themwi-update-numdb:	themwi-update-numdb.o ${LIBUTIL}
 	${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL}
 
-themwi-update-out-routes:	themwi-update-out-routes.o ${LIBUTIL}
+themwi-update-outrt:	themwi-update-outrt.o ${LIBUTIL}
 	${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL}
 
 install: