diff src/Makefile @ 14:073b8c7b361f

twjit: port over vty config module
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 06 Jul 2024 17:32:26 +0000
parents 19367028cc6e
children 2a24487453a7
line wrap: on
line diff
--- a/src/Makefile	Sat Jul 06 16:51:53 2024 +0000
+++ b/src/Makefile	Sat Jul 06 17:32:26 2024 +0000
@@ -1,4 +1,4 @@
-OBJS=	twjit.o twjit_in.o twjit_out.o
+OBJS=	twjit.o twjit_in.o twjit_out.o twjit_vty.o
 LIB=	libtwrtp.a
 
 include ../config.defs