Example: added cli pipe
This commit is contained in:
parent
826a4c3fb3
commit
f9faf1039a
8 changed files with 72 additions and 28 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue