Minor changes

This commit is contained in:
Loic Guegan 2023-07-15 15:27:34 +02:00
parent 0c0a6ebf44
commit ffbd3d0067
4 changed files with 42 additions and 8 deletions

View file

@ -8,7 +8,7 @@ all: publisher client logger
publisher: src/publisher.c src/utils.c
$(CC) -lzmq $^ -o $@
client: src/client.c
client: src/client.c src/utils.c
$(CC) -lzmq $^ -o $@
logger: src/logger.c src/utils.c