mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
added missing dependency to library in Makefile
This commit is contained in:
parent
50547f6ebd
commit
8979fc68c9
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -90,6 +90,7 @@ CFLAGS += $(shell pkg-config --cflags ${PKGS})
|
|||
LDLIBS += $(shell pkg-config --libs ${PKGS})
|
||||
|
||||
all: src plugins tools
|
||||
src plugins tools tests: lib
|
||||
|
||||
# Build all variants: debug, coverage, ...
|
||||
everything:
|
||||
|
|
Loading…
Add table
Reference in a new issue