Refactored Makefile for static linking, removed netconf soap encoding

This commit is contained in:
Olof hagsand 2021-10-04 10:44:14 +02:00
parent 42e61f461c
commit 8f55b8490d
5 changed files with 7 additions and 55 deletions

View file

@ -19,7 +19,8 @@ TOKEN=$1
# Build
make clean
make -j10
# Special rule to include static linked cligen
make CLIGEN_LIB=/usr/local/lib/libcligen.a
sudo make install
sudo make install-include
(cd example; make)