Minor changes

This commit is contained in:
Loic Guegan 2023-07-15 09:13:55 +02:00
parent e8325d0005
commit f66e5bf74f
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@ CFLAGS=
all: publisher client logger
publisher: src/publisher.c
$(CC) -lzmq $^ -o $@