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 in Makefile

This commit is contained in:
Steffen Vogel 2015-07-21 11:23:57 +02:00
parent eb1dd3f0ca
commit b0ff113feb

View file

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