1
0
Fork 0
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:
Steffen Vogel 2017-03-29 04:18:43 +02:00
parent 50547f6ebd
commit 8979fc68c9

View file

@ -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: