Refactored Makefile for static linking, removed netconf soap encoding
This commit is contained in:
parent
42e61f461c
commit
8f55b8490d
5 changed files with 7 additions and 55 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue