mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
added missing dependency in Makefile
This commit is contained in:
parent
eb1dd3f0ca
commit
b0ff113feb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
TARGETS = server send random receive test
|
||||
|
||||
# Common objs
|
||||
OBJS = path.o node.o hooks.o msg.o cfg.o
|
||||
OBJS = path.o node.o hooks.o msg.o cfg.o stats.o
|
||||
# Helper libs
|
||||
OBJS += utils.o list.o hist.o log.o timing.o
|
||||
# Node types
|
||||
|
|
Loading…
Add table
Reference in a new issue