Example: added cli pipe

This commit is contained in:
Olof hagsand 2024-04-09 14:20:45 +02:00
parent 826a4c3fb3
commit f9faf1039a
8 changed files with 72 additions and 28 deletions

View file

@ -103,7 +103,8 @@ all: $(PLUGINS)
.c.o:
$(CC) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) -c $<
CLISPECS = $(APPNAME)_cli.cli
CLISPECS = $(APPNAME)_cli.cli
CLISPECS += $(APPNAME)_pipe.cli
YANGSPECS = clixon-example@2022-11-01.yang